/**
 * @publicApi
 */
export interface ScheduleModuleOptions {
    cronJobs?: boolean;
    intervals?: boolean;
    timeouts?: boolean;
}
