/** * Marketplace commands — market-list, market-search, market-install, market-uninstall, * market-installed, market-sources, market-add-source, market-update-check, assets */ import { Command } from 'commander'; export declare function registerMarketplaceCommands(program: Command): void; //# sourceMappingURL=marketplace.d.ts.map