export declare class MarkChatUnreadDto {
    chatId: string;
}
