export declare function extractLastJsonObject(raw: string): unknown;
export declare function extractGeminiResponse(raw: string): string | null;
