import Vec3 from './type'

export default normalize

declare function normalize(out: Vec3, vector: Vec3): Vec3
