/** * Boring, standard JSON extraction logic. * Avoids cleverness in favor of predictable industry-standard patterns. */ export declare function extractJson(text: string): string; //# sourceMappingURL=json.d.ts.map