/** Capability value that selects an available simulator automatically. */exportconst UDID_AUTO = 'auto';
/** Valid values for the `platformName` capability (also used in simulator names). */exportconst PLATFORM_NAME_IOS = 'iOS';
exportconst PLATFORM_NAME_TVOS = 'tvOS';