import { Configurer } from '../Core/index'; /**Scheduler service. End-users can schedule one-time or repetitive tasks using a classical cron syntax (with the year field) or a timestamp (milliseconds from the epoch)*/ export declare class CronConfigurer extends Configurer { }