export declare class ChatHistoryDto {
    chat_room_id: number;
    limit?: number;
    skip?: number;
}
