export declare class MonthYearAvaiableModel {
    year: number;
    monthsAvaiable: Array<any>;
}
