import { IRedisSMQErrorProperties, RedisSMQError } from 'redis-smq-common';
export declare class QueueNotBoundError extends RedisSMQError {
    getProps(): IRedisSMQErrorProperties;
}
//# sourceMappingURL=queue-not-bound.error.d.ts.map