import { ToolContext } from './types.js';
export declare const registerFederatedGraphTools: ({ server, opts }: ToolContext) => void;
