import Vec2 from './type'

export default distance

declare function distance(a: Vec2, b: Vec2): number
