import type { UmbCurrentUserConfigurationModel } from '../../user/types.js'; import { UmbConfigRepositoryBase } from '../../../core/repository/index.js'; import type { UmbControllerHost } from '../../../../libs/controller-api/index.js'; export declare class UmbCurrentUserConfigRepository extends UmbConfigRepositoryBase { #private; constructor(host: UmbControllerHost); protected _requestConfig(): Promise; } export default UmbCurrentUserConfigRepository;