import type { ExecResult } from "@nomicfoundation/ethereumjs-evm"; import type { PrecompileInput } from "@nomicfoundation/ethereumjs-evm/dist/precompiles"; export declare function precompile01(opts: PrecompileInput): ExecResult; //# sourceMappingURL=01-random-bytes.d.ts.map