import { BaseWebSocketClient } from './base-ws-client';
export declare class NotificationsWsClient extends BaseWebSocketClient {
    constructor(baseURL: string, options?: {});
}
//# sourceMappingURL=notifications-ws-client.d.ts.map