export declare const isNode: (value: Node | Window) => value is Node;
export declare const getNodeName: (node: Node | Window) => string;
