import type { ExecResult } from '../evm'; import type { PrecompileInput } from './types'; export declare function precompile01(opts: PrecompileInput): ExecResult; //# sourceMappingURL=01-ecrecover.d.ts.map