/** * Do not edit this file it is auto-generated by io-utils / gen-api-models. * See https://github.com/pagopa/io-utils */ import * as t from "io-ts"; /** * A date in the format YYYY-MM-DD. */ export declare type DateUTC = t.TypeOf; export declare const DateUTC: t.Type, string & import("italia-ts-commons/lib/strings").IPatternStringTag<"[0-9]{4}-[0-9]{2}-[0-9]{2}">, unknown>;