import { IRedisSMQErrorProperties, RedisSMQError } from 'redis-smq-common';
export declare class BackgroundJobNotCompletableError extends RedisSMQError<{
    jobId: string;
    reason: string;
}> {
    getProps(): IRedisSMQErrorProperties;
}
//# sourceMappingURL=background-job-not-completable.error.d.ts.map