declare const isSameYear: (date1?: Date | undefined, date2?: Date | undefined) => boolean;
export default isSameYear;
