import * as z from "zod"; export type UsersV2NumberShowRequest = { /** * Unique identifier of the user */ id: string; }; /** @internal */ export declare const UsersV2NumberShowRequest$inboundSchema: z.ZodType; /** @internal */ export type UsersV2NumberShowRequest$Outbound = { id: string; }; /** @internal */ export declare const UsersV2NumberShowRequest$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 UsersV2NumberShowRequest$ { /** @deprecated use `UsersV2NumberShowRequest$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `UsersV2NumberShowRequest$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `UsersV2NumberShowRequest$Outbound` instead. */ type Outbound = UsersV2NumberShowRequest$Outbound; } //# sourceMappingURL=usersv2numbershow.d.ts.map