import type { Collector, TelescopeStorage } from '../types.js'; /** * Records notification dispatches by wrapping the ChannelRegistry's get method. */ export declare class NotificationCollector implements Collector { private readonly storage; readonly name = "Notification Collector"; readonly type: "notification"; constructor(storage: TelescopeStorage); register(): Promise; } //# sourceMappingURL=notification.d.ts.map