import type { Node } from '../types'; export declare const objIsNode: (obj: Record) => obj is Node; //# sourceMappingURL=objIsNode.d.ts.map