import type { UmbDictionarySearchItemModel } from './dictionary.search-provider.js'; import { UmbControllerBase } from '../../../libs/class-api/index.js'; import type { UmbApi } from '../../../libs/extension-api/index.js'; import type { UmbControllerHost } from '../../../libs/controller-api/index.js'; import type { UmbSearchRepository, UmbSearchRequestArgs } from '../../core/search/index.js'; export declare class UmbDictionarySearchRepository extends UmbControllerBase implements UmbSearchRepository, UmbApi { #private; constructor(host: UmbControllerHost); search(args: UmbSearchRequestArgs): Promise>>; }