/** * Converts the provided value to date. * @param v Arbitrary value. */ export declare function toDate(v?: any): Date; //# sourceMappingURL=to-date.d.ts.map