import type { SchedulerOptions } from '@medusajs/orchestration';
export type CronJobConfig = {
    name: string;
    schedule: string;
    numberOfExecutions?: SchedulerOptions['numberOfExecutions'];
};
//# sourceMappingURL=CronJobConfig.d.ts.map