/**
 * tools/index.ts
 *
 * Exports all locally handled tools for the hub bridge
 */
import type { LocalToolHandler } from "../types.js";
import type { Tool } from "@modelcontextprotocol/sdk/types.js";
export declare const localTools: Tool[];
export declare const localToolHandlers: Record<string, LocalToolHandler>;
//# sourceMappingURL=index.d.ts.map