import { Agenda } from".";
/**
* Set the default process interval
* @name Agenda#processEvery
* @function
* @paramtime - time to process, expressed in human interval
*/exportdeclareconstprocessEvery: (this: Agenda, time: string) =>Agenda;
//# sourceMappingURL=process-every.d.ts.map