import type { Comment } from "../database/schema.js"; import type { Lix } from "../lix/open-lix.js"; export declare function createComment(args: { lix: Pick; parentComment: Pick; content: string; }): Promise; //# sourceMappingURL=create-comment.d.ts.map