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