export declare type DevicePropertyName = string; export declare type DeviceProperties = Map; export declare type DeviceRequirements = DeviceProperties; export declare const DevicePropertyNames: { ProviderType: string; ProviderId: string; SlotId: string; DeviceId: string; DeviceOfferId: string; Unavailable: string; Browsers: string; Platform: string; Model: string; Manufacturer: string; MachinePoolId: string; Language: string; Locale: string; InstallPackages: string; MaxExpeditionCapacity: string; MaxInstancesPerBrowser: string; AutomationAvailable: string; SeleniumNode: string; SeleniumGrid: string; CommandExecutor: string; ClipboardAccess: string; ClipboardContent: string; DevtoolsPort: string; ExternalRotation: string; ExternalTranslation: string; ExternalLocation: string; CreateSnapshot: string; RevertToSnapshot: string; LastSnapshot: string; Reset: string; Reconnect: string; ReadOnlyConsole: string; InteractiveConsole: string; ChangeKeyboardLayout: string; CreateThumbnail: string; ChangeResolution: string; Resolution: string; VCloudTemplateId: string; VCloudMachineState: string; OpenSTFMachineId: string; OpenSTFMachinePort: string; OpenSTFSerial: string; BiometricAuthentication: string; SimulateBiometrics: string; SimulateCamera: string; SimulateGPS: string; MediaSettings: string; WebView: string; SimCardInfo: string; RecordNetworkTraffic: string; ThrottleNetworkTraffic: string; ToggleNetwork: string; ModifyRequest: string; ModifyResponse: string; NetworkConnectivity: string; IpAddress: string; };