export declare const UMB_CURRENT_USER_STORE_ALIAS = "Umb.Store.CurrentUser"; export declare const UMB_CURRENT_USER_REPOSITORY_ALIAS = "Umb.Repository.CurrentUser"; export declare const UMB_CURRENT_USER_CONFIG_REPOSITORY_ALIAS = "Umb.Repository.CurrentUser.Config"; export declare const UMB_CURRENT_USER_CONFIG_STORE_ALIAS = "Umb.Store.CurrentUser.Config"; export { UMB_CURRENT_USER_STORE_CONTEXT } from './current-user.store.token.js'; export { UMB_CURRENT_USER_CONFIG_STORE_CONTEXT } from './current-user-config.store.token.js';