import program from "commander"; import { Repo } from "../../lib/repo"; export declare const addRepoCommand: (repo: Repo) => program.Command;