import { type WebSocketSubscriptionCounter } from "../../interfaces/index.js"; export declare class WebSocketSubscriptionCounterImpl implements WebSocketSubscriptionCounter { private counts; count(stream: string, params?: Record): number; increment(stream: string, params?: Record): void; decrement(stream: string, params?: Record): void; private hash; }