import { Agenda } from".";
/**
* Clear the interval that processes the jobs
* @name Agenda#drain
* @function
* @returns resolves when all running jobs completes
*/export declare constdrain: (this: Agenda) =>Promise<void>;
//# sourceMappingURL=drain.d.ts.map