/** * aws-analyze - Analyze existing AWS resources */ import type { Tool } from '@modelcontextprotocol/sdk/types.js'; import { type ToolContext, type ToolResponse } from '../types.js'; export declare const awsAnalyzeTool: Tool; export declare function handleAwsAnalyze(args: Record, context: ToolContext): Promise; //# sourceMappingURL=aws-analyze.d.ts.map