import { FastMCP } from 'fastmcp';
/**
 * Registers Kubernetes tools with the MCP server
 */
export declare function registerKubernetesTools(server: FastMCP): void;
