import { Tool } from '@modelcontextprotocol/server'; import { BaseTool } from './BaseTool.js'; import { KubernetesClient } from '../../kubernetes/KubernetesClient.js'; /** * List namespaces in a Kubernetes cluster */ export declare class GetNamespacesTool implements BaseTool { tool: Tool; execute(_params: any, client: KubernetesClient): Promise; } //# sourceMappingURL=GetNamespacesTool.d.ts.map