export declare const spawn: typeof import("child_process").spawn; export declare const spawnSync: typeof import("child_process").spawnSync; export declare const execFile: typeof import("child_process").execFile; export declare const execFileSync: typeof import("child_process").execFileSync; export type { ChildProcess, ChildProcessWithoutNullStreams, SpawnOptions, SpawnOptionsWithoutStdio, SpawnSyncOptions, SpawnSyncOptionsWithBufferEncoding, SpawnSyncOptionsWithStringEncoding, SpawnSyncReturns, ExecFileOptions, ExecFileException, } from "node:child_process"; //# sourceMappingURL=safe-spawn.d.ts.map