import { GeolocationDTO } from "./GeolocationDTO"; export declare class GeolocationPointDTO extends GeolocationDTO { coordinates: number[]; }