import Vec2 from './type'

export default normalize

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