import Vec3 from './type'

export default distance

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