/** * Miscellaneous utilities * Shared helpers that don't belong in other specific modules. */ /** * Parse JSON from LLM output, handling markdown code fences. * Strips ``` fences, extracts JSON array or object, returns fallback on failure. */ export declare function parseJSON(text: string, fallback: T): T; //# sourceMappingURL=misc.d.ts.map