/** * Extract the JSON verdict from a judge reply that may also contain prose, * quoted code, and example objects. Returns the last object matching * `isVerdict` — judges emit their verdict last. */ export declare function parseJsonFromText(text: string, isVerdict?: (candidate: Record) => boolean): Record | null; //# sourceMappingURL=parse-json.d.ts.map