import type { Node } from "@babylonjs/core/node.js"; /** * Checks if a node is a "noop" transform node, usually inserted by the glTF loader to correct handedness. * @internal */ export declare function IsNoopNode(node: Node, useRightHandedSystem: boolean): boolean;