/** * utilities for working with JS Dates * * @module */ import { type Codec } from "./Codec.js"; export declare const iso8601ToDate: Codec; /** * convert between Date und string. Invalid values are treated as a right undefined */ export declare const iso8601ContentAttribute__maybeDate: Codec;