/** * uspto_patent_documents — List file wrapper documents from the USPTO Open Data Portal. * * Requires a free API key (set USPTO_API_KEY). * Returns office actions, responses, claims, and other prosecution documents. */ import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; export declare function registerPatentDocuments(server: McpServer): void; //# sourceMappingURL=patent-documents.d.ts.map