export declare const UI_AUTOMATION_DRIVER_CONSTRAINTS: { readonly platformName: { readonly isString: true; readonly inclusionCaseInsensitive: readonly ["Windows"]; readonly presence: true; }; readonly smoothPointerMove: { readonly isString: true; }; readonly delayBeforeClick: { readonly isNumber: true; }; readonly delayAfterClick: { readonly isNumber: true; }; readonly appTopLevelWindow: { readonly isString: true; }; readonly shouldCloseApp: { readonly isBoolean: true; }; readonly appArguments: { readonly isString: true; }; readonly appWorkingDir: { readonly isString: true; }; readonly prerun: { readonly isObject: true; }; readonly postrun: { readonly isObject: true; }; readonly isolatedScriptExecution: { readonly isBoolean: true; }; readonly 'ms:waitForAppLaunch': { readonly isNumber: true; }; readonly 'ms:forcequit': { readonly isBoolean: true; }; readonly webviewEnabled: { readonly isBoolean: true; }; readonly webviewDevtoolsPort: { readonly isNumber: true; }; readonly chromedriverCdnUrl: { readonly isString: true; }; readonly edgedriverCdnUrl: { readonly isString: true; }; readonly chromedriverExecutablePath: { readonly isString: true; }; readonly edgedriverExecutablePath: { readonly isString: true; }; readonly ffmpegExecutablePath: { readonly isString: true; }; }; export default UI_AUTOMATION_DRIVER_CONSTRAINTS; export type NovaWindowsDriverConstraints = typeof UI_AUTOMATION_DRIVER_CONSTRAINTS; //# sourceMappingURL=constraints.d.ts.map