import { type Notification, Client } from './user-client.js'; export declare class Realtime { #private; constructor(options: { token: string; } | Client); listen(onNotification: (notification: Notification) => void): Promise; disconnect(): void; isListening(): boolean; } //# sourceMappingURL=realtime.d.ts.map