/** * uspto_patent_status — Get prosecution timeline/transactions for a patent application. * * Requires a free API key (set USPTO_API_KEY). * Returns the full transaction history from filing through grant or abandonment. */ import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; export declare function registerPatentStatus(server: McpServer): void; //# sourceMappingURL=patent-status.d.ts.map