export declare const monthsArrayObj: {
    id: number;
    month: string;
}[];
