import { VRM } from "@pixiv/three-vrm";
import { BVH } from "three/examples/jsm/Addons.js";
export declare function animationBvh2vrmaBlob(bvhObject: BVH, vrm: VRM, onProgress: (name: string, progress: number) => void): Promise<Blob>;
//# sourceMappingURL=animationBvh2motion.d.ts.map