@supernovaio/cli
Version:
Supernova.io Command Line Interface
10 lines • 464 B
TypeScript
import { SetupContext, SetupOrchestratorDependencies, SetupState } from "./flow/types.js";
export declare function describeSetupState(state: SetupState): string;
export declare class SetupOrchestrator {
private readonly deps;
constructor(deps: SetupOrchestratorDependencies);
run(initialState: SetupState, initialContext?: SetupContext): Promise<SetupContext>;
private transitionTo;
private runStep;
}
//# sourceMappingURL=orchestrator.d.ts.map