import { Job } from "."; /** * Allows job type to run * @name Job#enable * @function */ export declare const enable: (this: Job) => Job; //# sourceMappingURL=enable.d.ts.map