import { Job } from ".";
/**
 * Schedules a job to run at specified time
 * @name Job#schedule
 * @function
 * @param time schedule a job to run "then"
 */
export declare const schedule: (this: Job, time: string | Date) => Job;
//# sourceMappingURL=schedule.d.ts.map