import type { ICronjob } from "../../entities/Cronjob";
export declare const calculateNextRunAt: (job: ICronjob, options?: {
    isDebugging?: boolean;
}) => Date;
//# sourceMappingURL=calculate-next-run-at.d.ts.map