export declare const desiredCapConstraints: { readonly avd: { readonly isString: true; }; readonly automationName: { readonly isString: true; readonly presence: true; }; readonly platformName: { readonly inclusionCaseInsensitive: readonly ["iOS", "Android", "Mac"]; readonly isString: true; readonly presence: true; }; readonly udid: { readonly isString: true; }; readonly launchTimeout: { readonly isNumber: true; }; readonly flutterServerLaunchTimeout: { readonly isNumber: true; }; readonly flutterSystemPort: { readonly isNumber: true; }; readonly address: { readonly isString: true; }; }; //# sourceMappingURL=desiredCaps.d.ts.map