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