/**
 * Transfer MCP Tools
 * Pattern and plugin sharing via IPFS-based decentralized registry
 *
 * @module @claude-flow/cli/mcp-tools/transfer-tools
 * @version 3.0.0
 */
import type { MCPTool } from './types.js';
/**
 * Transfer MCP tools for pattern export, import, anonymization, and sharing
 */
export declare const transferTools: MCPTool[];
export default transferTools;
//# sourceMappingURL=transfer-tools.d.ts.map