import { SpawnOptions, SpawnResult } from '@expo/spawn-async'; export declare function simctlAsync(args: string[], options?: SpawnOptions): Promise;