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