import Vec3 from './type'

export default squaredDistance

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