/** * aws-add-compute - Add compute resources (EC2, Lambda, ECS, EKS) */ import type { Tool } from '@modelcontextprotocol/sdk/types.js'; import { type ToolContext, type ToolResponse } from '../types.js'; export declare const awsAddComputeTool: Tool; export declare function handleAwsAddCompute(args: Record, context: ToolContext): Promise; //# sourceMappingURL=aws-add-compute.d.ts.map