export type DateLikeType = number | string | Date; export declare function toDate(val: DateLikeType): Date;