/** * 将字符串转化为时间戳 */ export default function parse(date: string): number;