import { IsoInstant } from './iso-types'; declare function isValidInstant(instant: unknown): instant is IsoInstant; export default isValidInstant;