declare function toDate(val: any): Date;

export = toDate;
