/** * aws-add-storage - Add storage resources (S3, EBS, ECR) */ import type { Tool } from '@modelcontextprotocol/sdk/types.js'; import { type ToolContext, type ToolResponse } from '../types.js'; export declare const awsAddStorageTool: Tool; export declare function handleAwsAddStorage(args: Record, context: ToolContext): Promise; //# sourceMappingURL=aws-add-storage.d.ts.map