export declare function requestUserMediaAsync(props: { audio?: any; video?: any; }, isMuted?: boolean): Promise; export declare function getAnyUserMediaAsync(constraints: MediaStreamConstraints, ignoreConstraints?: boolean): Promise; export declare function canGetUserMedia(): boolean; export declare function isFrontCameraAvailableAsync(devices?: MediaDeviceInfo[]): Promise; export declare function isBackCameraAvailableAsync(devices?: MediaDeviceInfo[]): Promise; //# sourceMappingURL=WebUserMediaManager.d.ts.map