import type { NumberLike } from "../types";
/**
 * Sets the base fee of the next block.
 *
 * @param baseFeePerGas The new base fee to use.
 */
export declare function setNextBlockBaseFeePerGas(baseFeePerGas: NumberLike): Promise<void>;
//# sourceMappingURL=setNextBlockBaseFeePerGas.d.ts.map