export declare function addYear(date?: Date, amount?: number): Date | undefined;
