import { type FrameworkConfig } from './framework-config.js'; import type { InstallerOptions } from '../utils/types.js'; /** * Universal agent-powered wizard runner. * Handles the complete flow for any framework using WorkOS MCP integration. * * @returns A detailed summary of what was done and next steps */ export declare function runAgentInstaller(config: FrameworkConfig, options: InstallerOptions): Promise;