export declare class CreateChatDto { content: string; mintAddress: string; }