import * as z from "zod/v4"; export type GetWorkflowExecutionV1WorkflowsExecutionsExecutionIdGetRequest = { executionId: string; }; /** @internal */ export type GetWorkflowExecutionV1WorkflowsExecutionsExecutionIdGetRequest$Outbound = { execution_id: string; }; /** @internal */ export declare const GetWorkflowExecutionV1WorkflowsExecutionsExecutionIdGetRequest$outboundSchema: z.ZodType; export declare function getWorkflowExecutionV1WorkflowsExecutionsExecutionIdGetRequestToJSON(getWorkflowExecutionV1WorkflowsExecutionsExecutionIdGetRequest: GetWorkflowExecutionV1WorkflowsExecutionsExecutionIdGetRequest): string; //# sourceMappingURL=getworkflowexecutionv1workflowsexecutionsexecutionidget.d.ts.map