import Vec3 from './type'

export default multiply

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