import * as z from "zod"; import { IdentityV1, IdentityV1$Outbound } from "./identityv1.js"; export type IdentityResponseBody = { identity: IdentityV1; }; /** @internal */ export declare const IdentityResponseBody$inboundSchema: z.ZodType; /** @internal */ export type IdentityResponseBody$Outbound = { identity: IdentityV1$Outbound; }; /** @internal */ export declare const IdentityResponseBody$outboundSchema: z.ZodType; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace IdentityResponseBody$ { /** @deprecated use `IdentityResponseBody$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `IdentityResponseBody$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `IdentityResponseBody$Outbound` instead. */ type Outbound = IdentityResponseBody$Outbound; } //# sourceMappingURL=identityresponsebody.d.ts.map