import type { TerminalStatusResult, WebSocketManager } from './types.js'; export declare const waitForTerminalStatus: (wsManager: WebSocketManager, id: string, timeout: number) => Promise>; //# sourceMappingURL=waitForTerminalStatus.d.ts.map