import type { ClaudePaths } from '../utils/paths.js'; export interface InstallOptions { yes?: boolean; global?: boolean; all?: boolean; skills?: boolean; pack?: string; category?: string; } /** * Install a plugin or plugins from the marketplace (guided flow) */ export declare function installPlugin(pluginName: string | undefined, paths: ClaudePaths, options: InstallOptions): Promise; //# sourceMappingURL=install.d.ts.map