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