import Vec3 from './type'

export default rotateZ

declare function rotateZ(out: Vec3, vector: Vec3, origin: Vec3, angle: number): Vec3
