import type { NodeModel } from "../types"; export declare const isNodeModel: (arg: unknown) => arg is NodeModel;