import { Job } from '.';
export type EnableMethod = () => Job;
export declare const enable: EnableMethod;
