import { THereMaps, THereMapsGeo, THereMapsMap, THereMapsMath, THereMapsUtil } from '../types';
export interface IHereMaps {
    geo: THereMapsGeo;
    Map: THereMaps;
    map: THereMapsMap;
    math: THereMapsMath;
    util: THereMapsUtil;
}
//# sourceMappingURL=here-maps.d.ts.map