import { Vec3 } from '../types/common';
export declare function toFloat32Array(arrayOfVectors: Vec3[]): Float32Array<ArrayBuffer>;
