/** * aws-generate-all - Generate complete CDK project from configuration */ import type { Tool } from '@modelcontextprotocol/sdk/types.js'; import { type ToolContext, type ToolResponse } from '../types.js'; export declare const awsGenerateAllTool: Tool; export declare function handleAwsGenerateAll(args: Record, context: ToolContext): Promise; //# sourceMappingURL=aws-generate-all.d.ts.map