export declare const months: string[]; export declare const getMonthString: (month: number) => string | number; export declare const today: Date;