import { Vec3 } from './Vec3'; export declare function Vec3Normalize(a: Vec3, out?: Vec3): Vec3; //# sourceMappingURL=Vec3Normalize.d.ts.map