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