declare class GeoConsts {
    /** When circles needs to be rendered as polygon of N sides. */
    static CIRCLE_TO_POLYGON_SIDES: number;
    static INCHES_PER_METER: number;
    static PRINT_DOTS_PER_INCH: number;
    static SCREEN_DOTS_PER_INCH: number;
    static METERS_PER_UNIT: import("ol/proj/Units").MetersPerUnitLookup;
}
export default GeoConsts;
