import { Command } from "commander"; /** * Triage / Issues (Norm). REST: /v1/triage/* * Scoped to the core surface: issue CRUD, resource attach/detach, comments * (which auto-dispatch @norm), and agent sessions/prompts. */ export declare function registerTriageCommand(program: Command): void; //# sourceMappingURL=triage.d.ts.map