export declare type ChatMessage = {
    key: string;
    [key: string]: any;
};
