export declare class ZveltioRealtime { private ws; private listeners; private baseUrl; private reconnectAttempts; private maxReconnectAttempts; private reconnectTimer; constructor(baseUrl: string); connect(): void; private attemptReconnect; subscribe(collection: string, callback: (data: any) => void): () => void; disconnect(): void; } //# sourceMappingURL=realtime.d.ts.map