import { Command } from 'commander'; export declare function buildSearchSummary(resp: any, cacheFile: string | null): { summary: { market: any; text: any; total_count: any; shown: any; hits: any; }; disclaimer: any; cache_file: string | null; }; export declare const patentCommand: Command; //# sourceMappingURL=patent.d.ts.map