import { I as IGroup } from '../group.interface-BbQHuhIW.cjs'; export { a as IGroupLocation } from '../group.interface-BbQHuhIW.cjs'; import * as axios from 'axios'; declare function fetchCreateGroup(data: IGroup): Promise>; declare function fetchGroupById({ _id }: { _id: string; }): Promise>; declare function fetchGroups(): Promise>; declare function fetchUpdateGroup({ id, data }: { id: string; data: Partial; }): Promise>; export { IGroup, fetchCreateGroup, fetchGroupById, fetchGroups, fetchUpdateGroup };