import { OsmToGeoJSONOptions } from 'osmtogeojson';
declare function toGeoJson(osmdata: any, options?: any): import("geojson").FeatureCollection<import("geojson").Geometry, {
    [name: string]: any;
}>;
export { toGeoJson, OsmToGeoJSONOptions };
//# sourceMappingURL=index.d.ts.map