import { AuthFlowStateBase } from "../../../core/auth_flow/AuthFlowState.js";
/**
 * Represents the state of a sign-up operation that has failed.
 */
export declare class SignUpFailedState extends AuthFlowStateBase {
}
//# sourceMappingURL=SignUpFailedState.d.ts.map