/**
 * Extract Facebook Comment data from GraphQL JSON responses.
 */
import type { FbCommentData } from "../../../types.js";
export declare function extractComments(body: Record<string, unknown>): FbCommentData[];
//# sourceMappingURL=comments.d.ts.map