export declare function findMonthIndexByCode(year: number, preferredCode: string): number;
