export declare const RTCCmdMap: {
    [key: number]: string;
};
export declare const RoomPacketCmd: {
    [key: string]: number;
};
