import { AuthFlowStateBase } from "../../AuthFlowState.js";
/**
 * State indicating that the auth method registration flow has failed.
 */
export declare class AuthMethodRegistrationFailedState extends AuthFlowStateBase {
    /**
     * The type of the state.
     */
    stateType: string;
}
//# sourceMappingURL=AuthMethodRegistrationFailedState.d.ts.map