export declare function chat(apiKey: string, model: string, system: string): Promise<void>;
