export declare function removeCodeBlocks(text: string): string; export declare function detectKeywords(text: string): string[]; export declare function extractPromptText(parts: Array<{ type: string; text?: string; }>): string;