import type { UmbCurrentUserConfigurationModel } from '../../user/types.js'; import type { UmbControllerHost } from '../../../../libs/controller-api/index.js'; import { UmbStoreObjectBase } from '../../../core/store/index.js'; export declare class UmbCurrentUserConfigStore extends UmbStoreObjectBase { constructor(host: UmbControllerHost); } export default UmbCurrentUserConfigStore;