import { AddTimeToDateOptions, DateOutput } from './type'; export declare const addDaysToDate: (daysToAdd: number, options?: AddTimeToDateOptions) => DateOutput; export declare const addMonthsToDate: (monthsToAdd: number, options?: AddTimeToDateOptions) => DateOutput; export declare const addWeeksToDate: (weeksToAdd: number, options?: AddTimeToDateOptions) => DateOutput; export declare const addYearsToDate: (yearsToAdd: number, options?: AddTimeToDateOptions) => DateOutput; //# sourceMappingURL=addTimeToDates.d.ts.map