import { AuthFlowStateBase } from "../../../core/auth_flow/AuthFlowState.js";
/**
 * Represents the completed state of the sign-in operation.
 * This state indicates that the sign-in process has finished successfully.
 */
export declare class SignInCompletedState extends AuthFlowStateBase {
}
//# sourceMappingURL=SignInCompletedState.d.ts.map