import { GeoItem } from '../geo-item.interface'; export declare const typeMap: { country: string; region: string; city: string; zip: string; geo_market: string; country_group: string; electoral_district: string; custom_location: string; place: string; }; export declare function sortItems(items: any): any; export declare function isNarrower(item: GeoItem, selectedItem: GeoItem): boolean; export declare function isBroader(item: GeoItem, selectedItem: GeoItem): boolean;