import { DateAddingObject } from '../types';
export default function addObject(date: Date, obj: DateAddingObject, times: number): Date;
