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