/** * aws-add-database - Add database resources (RDS, DynamoDB) */ import type { Tool } from '@modelcontextprotocol/sdk/types.js'; import { type ToolContext, type ToolResponse } from '../types.js'; export declare const awsAddDatabaseTool: Tool; export declare function handleAwsAddDatabase(args: Record, context: ToolContext): Promise; //# sourceMappingURL=aws-add-database.d.ts.map