import { NodeData } from "../type"; export declare const nodeValidator: (nodeData: NodeData) => boolean;