import { Server } from '@modelcontextprotocol/sdk/server/index.js'; export declare class NotificationBroadcaster { private mainServer; private servers; constructor(mainServer: Server); addServer(server: Server): void; removeServer(server: Server): void; sendNotification(notification: { method: string; params: any; }): Promise; } //# sourceMappingURL=notification-broadcaster.d.ts.map