import { NodeEditor, NodeId } from 'rete'; import { BaseAreaPlugin } from 'rete-area-plugin'; import { AgentParams } from './agents/types'; import { ExpectedScheme, Position } from './types'; type Props = { editor: NodeEditor; area: BaseAreaPlugin; }; export declare function reassignParent(ids: NodeId[], pointer: { x: number; y: number; }, agentParams: AgentParams, props: Props): Promise; export declare function translateChildren(id: NodeId, { position, previous }: { position: Position; previous: Position; }, props: Props): Promise; export {}; //# sourceMappingURL=scope.d.ts.map