import { TRedisSMQEvent } from './event.js';
export declare enum EEventTarget {
    SYSTEM = 0,
    USER = 1,
    BOTH = 2
}
export type TEventRoutingPolicy = Partial<Record<keyof TRedisSMQEvent, EEventTarget>>;
//# sourceMappingURL=event-bus.d.ts.map