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