#!/usr/bin/env node
/**
 * Digital Samba MCP Server
 *
 * A Model Context Protocol server that provides AI assistants with tools
 * to interact with Digital Samba's video conferencing API.
 */
/**
 * Start the MCP server
 */
declare function main(): Promise<void>;
export { main };
//# sourceMappingURL=index.d.ts.map