import { IPoint } from "../../prelude/interfaces/point"; export declare const calculateSED: (start: IPoint, median: IPoint, end: IPoint) => number;