import { GeoJsonFeatureCollection } from "../../config_types/TGeoJSON"; interface TPropertyDescription { name: string; type: string; on_all: boolean; unique: boolean; } export declare function describe_properties(_geodata: GeoJsonFeatureCollection): TPropertyDescription[]; export {};