/** * uspto_patent_foreign_priority — Get foreign priority claims from the USPTO Open Data Portal. * * Requires a free API key (set USPTO_API_KEY). * Returns foreign application priority claims linked to a US patent application. */ import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; export declare function registerPatentForeignPriority(server: McpServer): void; //# sourceMappingURL=patent-foreign-priority.d.ts.map