import { RedisSMQError } from 'redis-smq-common';
export declare class PriorityQueuingNotEnabledError extends RedisSMQError {
    getProps(): {
        code: string;
        defaultMessage: string;
    };
}
//# sourceMappingURL=priority-queuing-not-enabled.error.d.ts.map