import { Command } from 'commander'; /** * Build the JSON summary for video search / trending results. * Inlines key fields (incl. the web `url`) so an agent can surface clickable * source links without reading the full cache file. Full data stays in cache. */ export declare function buildVideoJsonSummary(command: string, response: any, cacheFile: string | null): { command: string; summary: { result_count: any; videos: any; }; cache_file: string | null; }; export declare const tiktokCommand: Command; //# sourceMappingURL=tiktok.d.ts.map