import Vec2 from './type'

export default rotate

declare function rotate(out: Vec2, vector: Vec2, origin: Vec2, angle: number): Vec2
