import { IPty } from'node-pty';
/**
* Waits for PTY process to exit, either naturally or after 10 seconds of no output.
* Returns the exit code of the process.
*/exportdeclarefunctionwaitForExit(ptyProcess: IPty): Promise<number>;
//# sourceMappingURL=waitForExit.d.ts.map