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