export declare class PinChatDto {
    chatId: string;
    pin: boolean;
}
