import type { UmbUserGroupDetailModel } from '../types.js'; import type { UmbUserGroupCollectionFilterModel } from './types.js'; import type { UmbDefaultCollectionContext } from '../../../core/collection/index.js'; import { UmbContextToken } from '../../../../libs/context-api/index.js'; /** * @deprecated The context token is deprecated. Use UMB_COLLECTION_CONTEXT instead. */ export declare const UMB_USER_GROUP_COLLECTION_CONTEXT: UmbContextToken, UmbDefaultCollectionContext>;