export declare function detectThinkKeyword(text: string): boolean; export declare function extractPromptText(parts: Array<{ type: string; text?: string; }>): string;