import * as z from "zod"; import { UserWithRolesV2, UserWithRolesV2$Outbound } from "./userwithrolesv2.js"; export type ShowResponseBody16 = { user: UserWithRolesV2; }; /** @internal */ export declare const ShowResponseBody16$inboundSchema: z.ZodType; /** @internal */ export type ShowResponseBody16$Outbound = { user: UserWithRolesV2$Outbound; }; /** @internal */ export declare const ShowResponseBody16$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 ShowResponseBody16$ { /** @deprecated use `ShowResponseBody16$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ShowResponseBody16$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ShowResponseBody16$Outbound` instead. */ type Outbound = ShowResponseBody16$Outbound; } //# sourceMappingURL=showresponsebody16.d.ts.map