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