import { type IdeId } from "../constants/index.js"; import type { InstallResult, SearchResult } from "../types/index.js"; export declare function explainPackage(input: string, options?: { verbose?: boolean; }): Promise; export declare function formatExplanation(pkg: SearchResult): string[]; export declare function runSetupWizard(options?: { yes?: boolean; dryRun?: boolean; verbose?: boolean; ide?: IdeId; }): Promise; export declare function runUpgradeAssistant(options?: { yes?: boolean; dryRun?: boolean; verbose?: boolean; ide?: IdeId; }): Promise; export declare function runAnalyze(ide?: IdeId, verbose?: boolean): Promise; //# sourceMappingURL=intelligence.d.ts.map