import { type CrudOptions } from "@x12i/graphenix-core"; import type { ExecutableGraphDocument } from "@x12i/graphenix-executable-contracts"; export declare function connectTaskToTask(doc: ExecutableGraphDocument, from: { nodeId: string; portId?: string; }, to: { nodeId: string; portId?: string; }, options?: CrudOptions): ExecutableGraphDocument; //# sourceMappingURL=connect-task-to-task.d.ts.map