import { type CrudOptions } from "@x12i/graphenix-core"; import type { ExecutableGraphDocument } from "@x12i/graphenix-executable-contracts"; import type { AddTaskNodeInput } from "@x12i/graphenix-executable-contracts"; export declare function addTaskNode(doc: ExecutableGraphDocument, node: AddTaskNodeInput, options?: CrudOptions): ExecutableGraphDocument; //# sourceMappingURL=add-task-node.d.ts.map