/** * Build the triage system prompt with the current tool inventory injected. * The toolInventory comes from loadTools() at runtime. */ export declare function TRIAGE_SYSTEM_PROMPT(toolInventory: string): string; export declare const TRIAGE_REENTRY_CONTEXT = "An engineer has reviewed this issue and provided guidance:\n%RESOLVER_JSON%\n\nIMPORTANT: If the engineer says new tools or MCP servers were installed, re-check available tools \u2014 your tool inventory may have expanded since the last attempt. If they say \"ready\" or \"try again\", proceed with remediation."; export declare const TRIAGE_EXHAUSTED_ROUNDS = "You have used all available tool rounds. Please provide your final assessment now as the required JSON object. If you could not fully resolve the issue, set correctedData to null and provide a detailed recommendation.";