import { IsoTime } from './iso-types'; declare function isValidTime(time: unknown): time is IsoTime; export default isValidTime;