#!/usr/bin/env node /** * File Organizer MCP - Streamlined Setup Wizard * * User-friendly setup that: * 1. Auto-detects installed MCP clients * 2. Lets users select which clients to configure * 3. Auto-installs dependencies * 4. Configures everything with minimal user input */ /** * Start the interactive setup wizard */ export declare function startSetupWizard(): Promise; declare const _default: { startSetupWizard: typeof startSetupWizard; }; export default _default; //# sourceMappingURL=setup-wizard.d.ts.map