import { IRedisSMQErrorProperties, RedisSMQError } from 'redis-smq-common';
import { IQueueParams } from '../queue-manager/index.js';
export declare class ProcessingQueueNotEmptyError extends RedisSMQError<{
    consumerId: string;
    queue: IQueueParams;
    groupId: string | null;
}> {
    getProps(): IRedisSMQErrorProperties;
}
//# sourceMappingURL=processing-queue-not-empty.error.d.ts.map