/** * Demo script for MCP Server Core * Shows how to initialize and use the Evolution API MCP Server */ declare function demoMcpServer(): Promise; export { demoMcpServer };