import { Job } from "."; /** * Remove the job from MongoDB * @name Job#remove * @function */ export declare const remove: (this: Job) => Promise; //# sourceMappingURL=remove.d.ts.map