import Vec3 from './type'

export default negate

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