import type { Server } from '@modelcontextprotocol/sdk/server/index.js'; /** * Clean up all pending resource update timers. * Called during server shutdown to prevent orphaned timers. */ export declare function cleanupNotificationTimers(): void; export declare function registerNotificationWiring(server: Server): void; //# sourceMappingURL=register-notifications.d.ts.map