import type { PreparedComments } from "./comments-types.js";
export declare function prepareComments(rawComments: unknown): PreparedComments;
