import { type Module } from "../shared/modules.js"; /** * Tools grouped by module. Single source of truth for the tool catalog: * the flat default export below is derived from this, and the server * composes the active catalog by picking the enabled modules' groups. */ export declare const moduleTools: Record; declare const tools: Tool[]; export default tools; //# sourceMappingURL=tools.d.ts.map