export declare function ChatGPTParse(prompt: string, apiKey: string, baseURL: string, model: string): Promise<string>;
