import type { Vector3 } from './Vector3';
export class BVHJointKeyframe
{
public time: number;
public transform: Vector3;
}