import { type Token } from '@omnitron-dev/titan/nexus'; import type { INotificationTargetResolver, INotificationPersister, INotificationRealtimeSignaler } from './worker.interfaces.js'; export declare const NOTIFICATION_TARGET_RESOLVER: Token; export declare const NOTIFICATION_PERSISTER: Token; export declare const NOTIFICATION_REALTIME_SIGNALER: Token; //# sourceMappingURL=worker.tokens.d.ts.map