export declare class Month { monthNumber: number; monthDayStart: number; monthDayEnd: number; } export declare class Timeline { months: Month[]; }