import type MindElixir from '../index';
import type { NodeObj } from '../types';
import type { Topic, Wrapper } from '../types/dom';
export declare const judgeDirection: ({ map, direction }: MindElixir, obj: NodeObj) => 0 | 1 | 3 | undefined;
export declare const addChildDom: (mei: MindElixir, to: Topic, wrapper: Wrapper) => void;
export declare const removeNodeDom: (tpc: Topic, siblingLength: number) => void;
