export declare const desiredCapConstraints: { readonly platformName: { readonly presence: true; readonly isString: true; readonly inclusionCaseInsensitive: readonly ["Windows"]; }; readonly browserName: { readonly isString: true; }; readonly platformVersion: { readonly isString: true; }; readonly app: { readonly isString: true; }; readonly appArguments: { readonly isString: true; }; readonly appTopLevelWindow: { readonly isString: true; }; readonly appWorkingDir: { readonly isString: true; }; readonly createSessionTimeout: { readonly isNumber: true; }; readonly 'ms:waitForAppLaunch': { readonly isNumber: true; }; readonly 'ms:forcequit': { readonly isBoolean: true; }; readonly 'ms:experimental-webdriver': { readonly isBoolean: true; }; readonly systemPort: { readonly isNumber: true; }; readonly prerun: { readonly isObject: true; }; readonly postrun: { readonly isObject: true; }; readonly wadUrl: { readonly isString: true; }; }; export type DesiredCapConstraintKeys = keyof typeof desiredCapConstraints; //# sourceMappingURL=desired-caps.d.ts.map