export declare function convertGPTStringToJson(input: string): any; export declare function hasValidWords(text: string, wordCount?: number): boolean;