import type { AabbLike, MeshSkinBindPose, Skeleton3D } from '@flighthq/types/contract'; export declare function getMeshSkinConservativeBounds(out: AabbLike, bindPose: Readonly, skeleton: Readonly): void; export declare function getMeshSkinExactBounds(out: AabbLike, bindPose: Readonly, skeleton: Readonly): void; //# sourceMappingURL=getMeshSkinBounds.d.ts.map