export declare const hoursOfDay: ({ title: string; isEnd?: undefined; } | { title: string; isEnd: boolean; })[]; export declare const daysOfWeek: { title: string; }[]; export declare enum Periods { day = "days", week = "weeks", month = "months" }