export declare const getLowestLevelObject: (obj: any) => any; export declare const getChildrenObjectsWithNoChildren: (arr: any, valueKey: any) => any; export declare const searchForLayerOptions: (data: any, searchString?: string) => any[]; export declare const getLayer: (layerKeys: any, layerKeySeparator: any, obj: any) => string; export declare const generateGeoJsonList: (data: any, mappingConfig: any) => any; export declare function getKeyValuePairs(object: any): { key: string; value: any; }[]; export declare function filterObjectKeys(object: any, keysToKeep: any, removeObjects?: boolean): {}; export declare function getSelectedFeaturePropertyKeyValuePairs(featurePropertiesToDisplay: any[], featureProperties: any): any[]; export declare const isEqualIgnoreFunctions: (a: any, b: any) => any; export declare const getPrimaryFeatureCoordinate: (geometry: any) => any[]; //# sourceMappingURL=MapUtilities.d.ts.map