import { Command } from 'commander'; import { type CommentLike } from '../utils/comments.js'; /** * video-comments 与 video-insights 共用的评论 stdout 组装:两条路径同调此函数, * 才能保证 spec §4「insights 同构」不是自证(各自内联会让断言失去意义)。 */ export declare function buildCommentsStdout(comments: CommentLike[], meta: { hasMore?: boolean; cursor?: string; total?: number; commentsStatus?: string; }, extra?: { note?: string; repliesRequested?: number; repliesFetched?: number; partial?: boolean; }): Record; export declare const douyinCommand: Command; //# sourceMappingURL=douyin.d.ts.map