export declare const wait: (ms: number) => Promise<unknown>;
export declare const convertUid: (uid: any) => number;
export declare const paramsConfig: {
    'rtc.report_app_scenario': {
        appScenario: number;
        serviceType: number;
        appVersion: string;
    };
};
export declare const setAppScenario: (scenarioType?: number | undefined) => void;
export declare const getRegion: (region: string) => {
    rtcArea: string;
    rtmArea: string;
};
export declare const getRegionDomainCode: (region: string) => string;
export declare const getSDKDomain: (domain: string, region: string) => string;
