import * as z from "zod/v3"; export type SyncWorkflowDto = { /** * Target environment identifier to sync the workflow to */ targetEnvironmentId: string; }; /** @internal */ export type SyncWorkflowDto$Outbound = { targetEnvironmentId: string; }; /** @internal */ export declare const SyncWorkflowDto$outboundSchema: z.ZodType; export declare function syncWorkflowDtoToJSON(syncWorkflowDto: SyncWorkflowDto): string; //# sourceMappingURL=syncworkflowdto.d.ts.map