/**
* MCP Server Implementation
* This module implements the MCP server using the low-level Server API for explicit tool definition,
* aligning with working Amazon Bedrock MCP server examples.
*/
export declarefunctionstartServer(apiUrl: string): any;