import type { RuntimeProofProfile } from '../../contracts/runtime-proof.js'; export declare function loadBenchmarkRuntimeProofProfiles(questionsPath: string | null | undefined): Map | null; export declare function matchBenchmarkRuntimeProofProfile(profiles: ReadonlyMap | null, question: string): RuntimeProofProfile | undefined;