import { TreeNode } from './interface'; export declare function getFirstAvailableNode(nodes: Array>): TreeNode | null; export declare const moveMethods: Pick;