/** * Copyright (c) Microblink Ltd. All rights reserved. */ export declare function hasVideoDevices(): Promise; export declare function isWasmSupported(): Promise; export declare function checkMandatoryCapabilites(): Promise; /** * Determine whether this is a desktop device based on the screen resolution. */ export declare function isDesktop(): boolean;