/** * Resources for the Anime.js MCP server * * Resources are static or dynamically generated content that can be retrieved by MCP clients. * These provide information about available Anime.js components, APIs, and examples. */ export declare const resources: { uri: string; name: string; description: string; mimeType: string; }[]; export declare const resourceHandlers: { "resource:get_anime_components": () => { contentType: string; content: string; }; }; //# sourceMappingURL=resources.d.ts.map