import { TreeNode } from '@tracktor/types-treege'; interface PatchWorkflowVariables { workflow: TreeNode; version: string; label?: string; id?: string; } interface PatchWorkflowResponse { status: string; } declare const usePatchWorkflowsMutation: () => import('@tanstack/react-query').UseMutationResult; export default usePatchWorkflowsMutation;