import { GeoPoint, IPoint } from '../prelude'; export declare class PointWithSED extends GeoPoint { private _SED; constructor(point: IPoint, _SED: number); get SED(): number; set SED(SED: number); }