import type { ClaudePaths } from '../utils/paths.js'; interface MarketplaceOptions { verify?: boolean; } /** * Guide user through marketplace setup */ export declare function marketplaceCommand(paths: ClaudePaths, options: MarketplaceOptions): Promise; /** * Add marketplace command (wrapper around native Claude command) */ export declare function addMarketplace(paths: ClaudePaths): Promise; /** * Remove marketplace command (wrapper) */ export declare function removeMarketplace(paths: ClaudePaths): Promise; export {}; //# sourceMappingURL=marketplace.d.ts.map