import spawnAsync from '@expo/spawn-async';
export declare function spawnExpoCLI(projectRoot: string, args: string[], options: Omit<spawnAsync.SpawnOptions, 'cwd'>): Promise<spawnAsync.SpawnResult>;
