export declare function spawnLocal(executable: string, args: string[], options: { env: NodeJS.ProcessEnv; stdio: 'inherit' | 'ignore'; cwd: string; }): Promise; //# sourceMappingURL=spawn-local.d.ts.map