export declare const RECURRENCE_TOOLTIP: (showMinutes: boolean) => string; export declare const MINUTES_DURING_TOOLTIP = "\n

Which hours in the day to run this schedule for:

\n \n"; export declare const HOURLY_MODE_TOOLTIP = "\n

Select the type of hourly recurrence:

\n \n"; export declare const DAILY_OF_TOOLTIP = "\n

Controls the daily frequency:

\n \n"; export declare const WEEKLY_ON_TOOLTIP = "\n

Select which days to run this recurrence on. It's not valid to select no days, so if there is only a single day selected then its checkbox is disabled.

\n

If you need to change the day you can enable other days which will allow you to disable days until you only have a single day selected again.

\n"; export declare const HOURS_MULTISELECT_TOOLTIP = "\n

Select one or more hours.

\n"; //# sourceMappingURL=scheduler-cron-builder.tooltips.d.ts.map