import { DateIsoString } from "./types/dateIsoString"; import { Locale } from "./types/locale"; import { MonthFormat } from "./types/monthFormat"; export declare function formatMonth(monthIndex: number, monthFormat: MonthFormat, locale?: Locale): string; export declare function formatMonth(date: Date | DateIsoString, monthFormat: MonthFormat, locale?: Locale): string;