/** Extract Gemini CLI-style response text from the last JSON object in output. */
export declare function extractGeminiResponse(raw: string): string | null;
