import type { Comment } from '../../../types/dbTypes'; type BuildCommentParams = Omit & Partial> & { now?: Date; }; export declare function buildComment(params: BuildCommentParams): Partial; export {}; //# sourceMappingURL=commentUtils.d.ts.map