import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js';
import { Tags } from '../../types';
export declare const registerVerificationTools: (server: McpServer, tags: Tags[]) => void;
