/** * Issue command handler. * * Routes `aiwg issue ...` to the local issue CLI. External tracker operations * remain governed by `.aiwg/aiwg.config` `remotes.issue_tracker`. * * @issue #1462 */ import type { CommandHandler } from './types.js'; export declare const issueHandler: CommandHandler; export declare const issueAuditHandler: CommandHandler; //# sourceMappingURL=issues.d.ts.map