export declare class ArchiveChatDto {
    chatId: string;
    archive: boolean;
}
