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