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