import Vec3 from './type' export default add declare function add(out: Vec3, a: Vec3, b: Vec3): Vec3