export interface IosDevice { id: string; name: string; state: string; runtime: string; isSimulator: boolean; } //# sourceMappingURL=types.d.ts.map