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