import { Object3D, Skeleton, SkinnedMesh } from "three"; export declare const getSkeleton: (item: Object3D | SkinnedMesh) => Skeleton | undefined;