import { EventBusRedis, ICallback } from 'redis-smq-common';
import { TRedisSMQEvent } from './types/index.js';
export declare class InternalEventBus {
    private static instance;
    protected constructor();
    static getInstance(): EventBusRedis<TRedisSMQEvent>;
    static shutdown(cb: ICallback<void>): void;
}
//# sourceMappingURL=internal-event-bus.d.ts.map