export declare class SendLobbyMessageDto {
    content: string;
    messageType?: string;
    room?: string;
    replyToMessageId?: string;
}
