import 'ua-parser-js';
export declare enum DeviceType {
    IOS = 0,
    OTHER = 1
}
export declare function RuntimeDeviceType(): DeviceType;
export declare function RuntimeDeviceHaveMicrophone(): Promise<boolean>;
export declare function RuntimeDeviceHaveScreenShare(): Promise<boolean>;
export declare function RuntimeDeviceHaveWebCam(): Promise<boolean>;
//# sourceMappingURL=broswer_utils.d.ts.map