import { IFPSDateLanguageObject } from "./IFPSDateLanguageObject";
/**
 * Exact same as monthStr in monthStrOldKeys except this one has de and fr to match IFPSDateLanguageObject
 */
export declare const monthStr: IFPSDateLanguageObject;
export declare function getMonthStrArray(): string[];
export declare function getFullMonthStrFromDate(date: Date): string;
export declare function getFullMonthStrFromString(dateStr: string): string;
//# sourceMappingURL=monthStrings.d.ts.map