export declare class DeleteChatDto {
    chatId: string;
}
