import type { Point } from '@allmaps/types'; export declare function euclideanNorm(point0: Point, point1: Point): number;