export declare class GeoDbConfig {
    apiKey: string;
    serviceUri: string;
}
