import { YearOptions } from './types'; export declare function getYear(date?: Date, options?: YearOptions): string;