import { RemediationState } from "../state/store.js"; import { OrchestratorOptions } from "../types/options.js"; export declare function runTriagePhase(state: RemediationState, options: OrchestratorOptions): Promise; //# sourceMappingURL=triage.d.ts.map