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