declare function addMonths(startDate: Date, count: number): Date
export = addMonths
