/** Base tags always included — triage always needs DB + compiled workflows */ export declare const BASE_TAGS: string[]; export declare function loadTriageTools(tags?: string[]): Promise<{ toolIds: string[]; inventory: string; strategy: string; }>; export declare function callTriageTool(qualifiedName: string, args: Record): Promise;