/** * EXPERIMENTAL: The purpose of this function is to detect shadowed nodes. THIS API WILL BE REMOVED * ONCE LOCKER V1 IS NO LONGER SUPPORTED. */ declare function isNodeShadowed(node: Node): boolean; export { isNodeShadowed as isNodeFromTemplate };