import type { Locale } from 'date-fns'; export declare const getLocalizedMonths: (locale: Locale | string) => string[]; export declare const getDays: (locale: Locale | string) => Record; export declare const getMonths: (locale: Locale | string) => Record; //# sourceMappingURL=helpersLocale.d.ts.map