/** * Issue Command Module * * GitHub issue management with auto-labeling: * - create: Create issues with automatic label inference * - labels: Infer labels for content analysis */ import type { Command } from 'commander'; export declare function registerIssueCommands(issueCmd: Command): void; //# sourceMappingURL=issue.d.ts.map