import { Job } from ".";
/**
 * Prevents the job type from running
 * @name Job#disable
 * @function
 */
export declare const disable: (this: Job) => Job;
//# sourceMappingURL=disable.d.ts.map