import { L as LayerType, I as ILayer } from '../layer.entities-MszDgJAM.js'; import * as axios from 'axios'; declare function fetchLayerGeoJson({ farmId, type }: { farmId: string; type: LayerType; }): Promise, any, {}>>; declare function fetchLayerUrl({ _id }: { _id: string; }): Promise>; declare function fetchUploadLayerGeoJson({ farmId, type, file, }: { farmId: string; type: LayerType; file: File; }): Promise, any, {}>>; export { ILayer, LayerType, fetchLayerGeoJson, fetchLayerUrl, fetchUploadLayerGeoJson };