import Vec2 from './type'

export default angleRadians

declare function angleRadians(vector: Vec2): number
