import type { UmbLanguageDetailModel } from '../types.js'; import type { UmbLanguageCollectionFilterModel } from './types.js'; import { UmbDefaultCollectionContext } from '../../core/collection/index.js'; export declare class UmbLanguageCollectionContext extends UmbDefaultCollectionContext { /** * Returns the href for a specific Language collection item. * @param {UmbLanguageDetailModel} item - The language item to get the href for. * @returns {Promise} - The edit workspace href for the language. */ requestItemHref(item: UmbLanguageDetailModel): Promise; } export { UmbLanguageCollectionContext as api };