import type { Node, Tree } from './types'; export declare function isNodeDisabled(node: Node, tree: Tree): any;