export declare class MuteChatDto {
    chatId: string;
    muteUntil: number | null;
}
