import type { SkelNodeDef } from './stages/conform'; export declare const CANONICAL_SKELETON_ROOT = "root"; /** The skin's joint order (68 joints). */ export declare const CANONICAL_JOINT_NAMES: readonly string[]; /** Skeleton subtree in DFS order (parents before children), local rest transforms column-major. */ export declare const CANONICAL_SKELETON_NODES: readonly SkelNodeDef[];