/** * Interactive setup wizard for Hari Seldon * * Hari Seldon is an MCP server for multi-agent orchestration with * Git worktree isolation for parallel coding agents. * This version supports: * - Multiple access modes: API keys OR subscription/CLI passthrough * - Configurable orchestrator (any provider can orchestrate) * - Full flexibility in role assignment * - Git worktree isolation for coding agents * * Updated January 2026 with latest models from all providers. */ export declare function runSetupWizard(): Promise; /** * Add a single provider interactively */ export declare function addProvider(providerName?: string): Promise; /** * Test provider connection(s) */ export declare function testProvider(providerName?: string): Promise; /** * List configured providers */ export declare function listProviders(): Promise; //# sourceMappingURL=setup-wizard.d.ts.map