import type { ExecResult } from '../types.js'; import type { PrecompileInput } from './types.js'; 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