import { Job } from ".";
/**
 * Internal method (RUN)
 * @name Job#run
 * @function
 */
export declare const run: (this: Job) => Promise<Job>;
//# sourceMappingURL=run.d.ts.map