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