import { Point } from "../types"; export declare function distance

(a: P, b: P): number;