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.
 */
export declare function waitForExit(ptyProcess: IPty): Promise<number>;
//# sourceMappingURL=waitForExit.d.ts.map