/** * uspto_patent_assignments — Get assignment data for a patent application. * * Requires a free API key (set USPTO_API_KEY). * Returns ownership transfers, security interests, and other IP transaction records. */ import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; export declare function registerPatentAssignments(server: McpServer): void; //# sourceMappingURL=patent-assignments.d.ts.map