export declare const LSP_QUERY_REQUIREMENTS: { readonly workspace: "workspaceSymbol needs symbolName and either uri or workspaceRoot."; readonly document: "documentSymbols/diagnostic need uri."; readonly anchored: "definition | references | hover | callers | callees | callHierarchy | implementation | typeDefinition | supertypes | subtypes -> requires uri and exactly one anchor: position or symbolName+lineHint."; }; export declare function getToolSchemaRelations(toolName: string): string[];