import type { UmbControllerHost } from '../../../../../libs/controller-api/index.js'; import { UmbConditionBase } from '../../../../core/extension-registry/index.js'; export declare class UmbCurrentUserAllowMfaActionCondition extends UmbConditionBase { #private; constructor(host: UmbControllerHost, args: any); } export { UmbCurrentUserAllowMfaActionCondition as api };