exportdeclareconstUNRECOVERABLE_ERROR = "bullmq:unrecoverable";
/**
* UnrecoverableError
*
* Error to move a job to failed even if the attemptsMade
* are lower than the expected limit.
*
*/exportdeclareclassUnrecoverableErrorextendsError {
constructor(message?: string);
}