import { z } from 'zod'; export declare const oidcEntityTypeSchema: z.ZodEnum<["userinfo", "id_token"]>; export type OidcEntityType = z.infer; //# sourceMappingURL=oidc-entity-type.d.ts.map