/** * Get year * * @param {Date} date - The original date * @returns {number} The year */ export declare function getYear(date: Date): number;