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