import { Job } from "."; /** * Internal method used to compute next time a job should run and sets the proper values * @name Job#computeNextRunAt * @function */ export declare const computeNextRunAt: (this: Job) => Job; //# sourceMappingURL=compute-next-run-at.d.ts.map