import { Command } from 'commander'; import { type CommentLike } from '../utils/comments.js'; /** * note-comments 与 note-comment-replies 共用的评论 stdout 组装。 * imagesExpire 恒为 false —— 小红书 CDN 链未见签名过期(spec §2.6),与抖音相反。 */ export declare function buildXhsCommentsStdout(comments: CommentLike[], meta: { hasMore?: boolean; cursor?: string; total?: number; }, extra?: { repliesRequested?: number; repliesFetched?: number; partial?: boolean; }): Record; export declare const xhsCommand: Command; //# sourceMappingURL=xhs.d.ts.map