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