import type { ExecResult } from '../evm'; import type { PrecompileInput } from './types'; export declare function expmod(a: bigint, power: bigint, modulo: bigint): bigint; export declare function precompile05(opts: PrecompileInput): ExecResult; //# sourceMappingURL=05-modexp.d.ts.map