export declare const today: () => string;
export declare const tomorrow: () => string;
export declare const toQuarterlyString: (period: number) => string;
export declare const toHourlyString: (period: number) => string;
