import type { ExecResult } from '../evm'; import type { PrecompileInput } from './types'; export declare function F(h: Uint32Array, m: Uint32Array, t: Uint32Array, f: boolean, rounds: number): void; export declare function precompile09(opts: PrecompileInput): ExecResult; //# sourceMappingURL=09-blake2f.d.ts.map