import { Geometry } from "@golemio/core/dist/shared/geojson"; export declare class GeoConfigHelper { private readonly RELATIVE_PATH_GEOJSON; private fileName; private geoCordinates; constructor(); returnGeoCoordinates(): Geometry; private loadGeoJson; }