import Vec2 from './type'

export default multiply

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