export declare function isSameMonth(dateLeft: Date, dateRight: Date): boolean;
