import type { Subscription } from "./PubSubManager"; import { type PubSubManager } from "./PubSubManager"; export declare function pushSubData(this: PubSubManager, sub: Subscription, err?: any): Promise; export declare const incrementWithReset: (value: number, max?: number) => number; //# sourceMappingURL=pushSubData.d.ts.map