export declare function parseLastJsonBlock(content: string): unknown; /** Parses a whole-response JSON object or the fenced object requested by the shared JSON fallback. */ export declare function parseStructuredOutputObject(content: string): Record; //# sourceMappingURL=shared.d.ts.map