import type { IGroup } from "@esri/arcgis-rest-portal"; /** * Determines if a given IGroup is an update group * @param {IGroup} group The group to evaluate */ export declare function isUpdateGroup(group: IGroup): boolean;