export declare function addMonths(date: Date, amount: number): Date;
