/** * Poll cloud cluster status until 'connected' or timeout. */ export declare function pollClusterStatus(cloudUrl: string, clusterId: string, apiKey: string, timeoutMs: number): Promise; //# sourceMappingURL=status-poller.d.ts.map