export declare const convertToDate: (date: number | string | any) => Date;
