/** * uspto_ptab_decisions — Search PTAB trial decisions via the USPTO Open Data Portal. * * Requires a free API key (set USPTO_API_KEY). * Covers Inter Partes Review (IPR), Post-Grant Review (PGR), * Covered Business Method (CBM), and derivation proceedings. */ import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; export declare function registerPtabDecisions(server: McpServer): void; //# sourceMappingURL=ptab-decisions.d.ts.map