/**
* String encoding/decoding tools
*/import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";
/**
* Register all string encoding/decoding tools with the MCP server
*/export declare function registerStringEncoding(server: McpServer): void;