export default function spawn(command: string, args: string[], options: SpawnOptions): ChildProcess;
import type { SpawnOptions } from 'node:child_process';
import type { ChildProcess } from 'node:child_process';
//# sourceMappingURL=spawn-win32.d.ts.map