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