import type { PhaseDescriptor } from "../task/task-phases.js"; export declare const BUG_PHASES: PhaseDescriptor[]; export declare const BUG_PHASE_PRE_STATUS: Record; /** Index of a bug phase in the BUG_PHASES table by role, or -1 if unknown. */ export declare function bugPhaseIndexByRole(role: string): number; export declare const BUG_TYPE_TOKENS: Record; export declare const BUG_TERMINAL_STATES: Set; export declare function postTriageTransitions(status: string | undefined): string[];