/** Capability value that selects an available simulator automatically. */
export declare const UDID_AUTO = "auto";
/** Native (non-webview) context identifier. */
export declare const NATIVE_WIN = "NATIVE_APP";
export declare const APP_EXT = ".app";
export declare const IPA_EXT = ".ipa";
export declare const SUPPORTED_EXTENSIONS: string[];
//# sourceMappingURL=constants.d.ts.map