/**
 * Exact same as monthStr in monthStrings except this one has de and fr that DOES NOT match IFPSDateLanguageObject
 * Consider standardizing this...
 *
 * Search found these repos use this object:  ECStorage, TrackMyTime7v2021, Drilldown7, InfoIIs, gridcharts, Pivot-Tiles
 * Deprecated repos:  TrackMyTime7, drill-down
 */
export declare const monthStrDEPRECATED: {
    'en-us': string[];
    es: string[];
    de: string[];
    fr: string[];
    ja: string[];
    ch: string[];
    ko: string[];
    thai: string[];
    swe: string[];
    'ro-ro': string[];
};
//# sourceMappingURL=monthStrOldKeys.d.ts.map