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