import Vec3 from './type'

export default subtract

declare function subtract(out: Vec3, a: Vec3, b: Vec3): Vec3
