/**
 * 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 declare function startServer(apiUrl: string): any;
