import type { ModuleIdentifier } from '../../module-model/index.js'; import type { NodeInstance } from '../../node-model/index.js'; export declare const attachToExistingNode: (source: NodeInstance, id: ModuleIdentifier, destination: NodeInstance) => Promise; //# sourceMappingURL=attachToExistingNode.d.ts.map