/** * PR Command Module * * PR workflow operations including: * - create, review, checks, comments, address * - watch, unwatch, link, remember, watching, status, poll * - cron management (install, uninstall, status) */ import type { Command } from 'commander'; import type { ILogger } from '../domain'; export declare function registerPrCommands(prCmd: Command, cliLogger: ILogger): void; //# sourceMappingURL=pr.d.ts.map