import type { ExecResult } from '../types.ts';
import type { PrecompileInput } from './types.ts';
export declare const BLS_MODULUS: bigint;
export declare function precompile0a(opts: PrecompileInput): Promise<ExecResult>;
//# sourceMappingURL=0a-kzg-point-evaluation.d.ts.map