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