export declare const chat: (content: string) => Promise<any>;
