/**
 * 解析成Date
 * @deprecated 请使用 normalizeDate() 方法
 */
declare function parseDate(v: string | Date | number): Date;

export { parseDate };
