import type { PubSubManager } from "./PubSubManager"; export declare function notifListener(this: PubSubManager, data: { payload: string; }): Promise; //# sourceMappingURL=notifListener.d.ts.map