import dayjs from 'dayjs';
export declare const TODAY: dayjs.Dayjs;
export declare const DATE_FORMAT = "DD.MM.YYYY";
export declare const OUTPUT_FORMAT = "YYYY-MM-DDTHH:mm:ss";
export declare const INTERVAL_SEPARATOR = "\u2014";
