import * as t from "io-ts";
export declare const IDPEntityDescriptor: t.TypeC<{
    cert: import("io-ts-types/nonEmptyArray").NonEmptyArrayC<import("@pagopa/ts-commons/lib/types").Tagged<import("@pagopa/ts-commons/lib/strings").INonEmptyStringTag, string, string, unknown>>;
    entityID: t.StringC;
    entryPoint: t.StringC;
    logoutUrl: t.StringC;
}>;
export type IDPEntityDescriptor = t.TypeOf<typeof IDPEntityDescriptor>;
