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