declare const getNodePointerFnName = "__getNodePointer__"; declare const getClientRectFnName = "__getClientRect__"; declare const getComputedVisibilityFnName = "__getComputedVisibility__"; declare const getComputedStyleFnName = "__getComputedStyle__"; declare const getNodeIdFnName = "__getNodeId__"; export { getNodePointerFnName, getClientRectFnName, getNodeIdFnName, getComputedStyleFnName, getComputedVisibilityFnName, };