import { d as IIndicators, e as IOption, c as IIndicatorCategory, b as IControlMethodOption } from '../indicator.entities-C-qukE1L.cjs'; export { A as AffectedParts, C as ControlMethodType, D as DamageType, I as IAssociatedDisease, a as IControlMethod, f as IReference, g as IRegionAffected, P as PestType, S as Severity } from '../indicator.entities-C-qukE1L.cjs'; import * as axios from 'axios'; declare function fetchCreateIndicator(data: IIndicators): Promise>; declare function fetchIndicatorAffectedParts(): Promise>; declare function fetchIndicatorById(id: string): Promise>; declare function fetchIndicatorCategories(): Promise>; declare function fetchIndicatorControlMethods(): Promise>; declare function fetchIndicatorDamageTypes(): Promise>; declare function fetchIndicatorPestTypes(): Promise>; declare function fetchIndicatorSeverities(): Promise>; declare function fetchIndicators(): Promise>; declare function fetchUpdateIndicator(id: string, data: Partial): Promise>; export { IControlMethodOption, IIndicatorCategory, IIndicators, IOption, fetchCreateIndicator, fetchIndicatorAffectedParts, fetchIndicatorById, fetchIndicatorCategories, fetchIndicatorControlMethods, fetchIndicatorDamageTypes, fetchIndicatorPestTypes, fetchIndicatorSeverities, fetchIndicators, fetchUpdateIndicator };