/** * aws-init - Initialize AWS Infra MCP project */ import type { Tool } from '@modelcontextprotocol/sdk/types.js'; import { type ToolContext, type ToolResponse } from '../types.js'; export declare const awsInitTool: Tool; export declare function handleAwsInit(args: Record, context: ToolContext): Promise; //# sourceMappingURL=aws-init.d.ts.map