import { GeoObject } from './typings'; declare const _default: (geojson: GeoObject, conn: any) => Promise; export default _default;