/** * 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"; import { IWithinRangeIntegerTag } from "@pagopa/ts-commons/lib/numbers"; export declare const ProblemJson: t.ExactC, t.PartialC<{ type: t.Type; title: t.StringC; status: t.UnionC<[import("@pagopa/ts-commons/lib/types").Tagged, number, number, unknown>, t.LiteralC<599>]>; detail: t.StringC; instance: t.StringC; }>]>>; export type ProblemJson = t.TypeOf;