import { TNode } from "./TNode"; /** * Check if a value implements the `Node` interface. */ export declare const isNode: (value: any) => value is TNode; //# sourceMappingURL=isNode.d.ts.map