import type { CLIOutput, JobResponse, SocketEvent } from './types.js'; export declare function waitForJobRealtime(token: string, guid: string, opts?: { timeoutMs?: number; onEvent?: (event: string, data: SocketEvent) => void; wsUrl?: string; baseUrl?: string; }): Promise>; //# sourceMappingURL=realtime.d.ts.map