export interface MonitoredProcess { pid: number; getExitCode(): number | null; waitForStart(): Promise; waitForExit(): Promise; } //# sourceMappingURL=MonitoredProcess.d.ts.map