/** * 判断指定时间是否符合格式 * @param time 时间 */ export declare function isTime(time: string): boolean;