import Vec2 from './type' export default squaredDistance declare function squaredDistance(a: Vec2, b: Vec2): number