import * as z from "zod/v4"; export type BatchExecutionBody = { /** * List of execution IDs to process */ executionIds: Array; }; /** @internal */ export type BatchExecutionBody$Outbound = { execution_ids: Array; }; /** @internal */ export declare const BatchExecutionBody$outboundSchema: z.ZodType; export declare function batchExecutionBodyToJSON(batchExecutionBody: BatchExecutionBody): string; //# sourceMappingURL=batchexecutionbody.d.ts.map