import { IGroup } from "@esri/arcgis-rest-portal"; import type { IArcGISContext } from "../types/IArcGISContext"; /** * Fetches the groups an event is shared with * @param eventId The ID of the event to fetch the groups for * @param context An IArcGISContext object * @returns */ export declare function getEventGroups(eventId: string, context: IArcGISContext): Promise;