/** * 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"; export declare const CommonServicePayload: t.ExactC; department_name: t.Type; organization_name: t.Type; organization_fiscal_code: t.Type, string & import("italia-ts-commons/lib/strings").IPatternStringTag<"^[0-9]{11}$">, unknown>; authorized_cidrs: t.ReadonlyArrayC, string & import("italia-ts-commons/lib/strings").IPatternStringTag<"^([0-9]{1,3}[.]){3}[0-9]{1,3}(/([0-9]|[1-2][0-9]|3[0-2]))?$">, unknown>>; }>, t.PartialC<{ version: t.RefinementC; require_secure_channels: t.Type; }>]>>; export declare type CommonServicePayload = t.TypeOf;