import { Job } from".";
/**
* Sets a job to repeat at a specific time
* @name Job#repeatAt
* @function
* @param time time to repeat job at (human readable or number)
*/exportdeclareconstrepeatAt: (this: Job, time: string) =>Job;
//# sourceMappingURL=repeat-at.d.ts.map