import { IRedisSMQErrorProperties, RedisSMQError } from 'redis-smq-common';
export declare class InvalidPurgeQueueJobIdError extends RedisSMQError<{
    jobId: string;
}> {
    getProps(): IRedisSMQErrorProperties;
}
//# sourceMappingURL=invalid-purge-queue-job-id.error.d.ts.map