import type { UmbDictionaryItemModel } from './types.js'; import type { UmbControllerHost } from '../../../../libs/controller-api/index.js'; import { UmbItemRepositoryBase } from '../../../core/repository/index.js'; export declare class UmbDictionaryItemRepository extends UmbItemRepositoryBase { constructor(host: UmbControllerHost); } export { UmbDictionaryItemRepository as api };