/** * Interactive Onboarding - `claude-code-debugger init` * * A clear, friendly setup flow: * 1. Welcome + what this does * 2. Memory mode selection * 3. Directory + config setup * 4. Self-test verification * 5. Quick demo * 6. Next steps */ export declare function runInit(): Promise; //# sourceMappingURL=init.d.ts.map