declare const interpolateVec3: (a: any, b: any, t: any) => number[]; export { interpolateVec3 as default, interpolateVec3 };