/**
 * Regex pattern testing and extraction tools
 */
import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";
/**
 * Register regex tools with the MCP server
 */
export declare function registerRegexTools(server: McpServer): void;
