/** * Event Queue Module * * Handles queued event processing with priority support * for high-volume event handling. * * NOTE: All types are available from @plyaz/types/api, not re-exported here * Import types like: import type { QueuedEvent, QueuedConfigUpdate } from '@plyaz/types/api'; */ export { EventQueueManager } from './EventQueueManager'; export { ConfigUpdateQueueManager } from './ConfigUpdateQueueManager'; //# sourceMappingURL=index.d.ts.map