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