/**
 * tools/index.ts
 *
 * Exports all locally handled tools for the nexus bridge
 */
import type { LocalToolHandler } from "../types.js";
export declare const localTools: {
    name: string;
    description: string;
    inputSchema: {
        type: string;
        properties: {};
    };
}[];
export declare const toolHandlers: Record<string, LocalToolHandler>;
//# sourceMappingURL=index.d.ts.map