import { Server } from "@modelcontextprotocol/sdk/server/index.js"; /** Push notifications/resources/updated, but only for a URI the client subscribed to. */ export declare function notifyResourceUpdated(server: Server, uri: string): void; export declare function setupResourcesHandlers(server: Server): void; //# sourceMappingURL=resources.d.ts.map