import { Node } from "@babylonjs/core/node"; /** * Returns wether or not the given node is a descendant of a transform node set as static group. * @param node defines the reference to the node to check the ancestors. */ export declare function isNodeFromStaticGroup(node: Node): boolean;