import { Job } from '../job';
export type ComputeNextRunAtMethod = () => Job;
export declare const computeNextRunAt: ComputeNextRunAtMethod;
