import { AuthFlowStateBase } from "../../../core/auth_flow/AuthFlowState.js";
/**
 * The completed state of the sign-out flow.
 */
export declare class SignOutCompletedState extends AuthFlowStateBase {
    /**
     * The type of the state.
     */
    stateType: string;
}
/**
 * The failed state of the sign-out flow.
 */
export declare class SignOutFailedState extends AuthFlowStateBase {
    /**
     * The type of the state.
     */
    stateType: string;
}
//# sourceMappingURL=SignOutState.d.ts.map