/** * Repo subcommand - Repository operations * * Provides branch, commit, pr, tag, and worktree operations via @fractary/faber RepoManager. */ import { Command } from 'commander'; /** * Create the repo command tree */ export declare function createRepoCommand(): Command; //# sourceMappingURL=index.d.ts.map