/** * Submit-Repo Command * Submit a GitHub repo link for marketplace indexing. * We extract everything from the repo — user only provides the link. */ import { Command } from 'commander'; /** * Register the submit-repo command */ export declare function registerSubmitRepoCommand(program: Command): void; //# sourceMappingURL=submit-repo.d.ts.map