/** * 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"; /** * To avoid sharing the citizens fiscal codes, the API will * provide the hex encoding of the SHA256 hash of the upper case fiscal code. */ export declare type FiscalCodeHash = t.TypeOf; export declare const FiscalCodeHash: t.Type, string & import("italia-ts-commons/lib/strings").IPatternStringTag<"[0-9a-f]{64}">, unknown>;