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