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