import type { EvalSource } from "../types.js"; export declare function verifyOracle(source: EvalSource, id: string): Promise<{ passed: boolean; output: string; }>;