import { McpToolResponse } from '../../types/tools.js'; /** * Tool to test AWS connection * @returns MCP tool response */ export declare function testAwsConnectionTool(): Promise;