export declare const getLiveRoomPath: (roomType: number) => string | {
    path: string;
};
