import { ModCommentInteractions } from "./interactions.js"; import { ModCommentStore } from "./store.js"; import type { Editor } from "../types.js"; export declare class ModComments { editor: Editor; store: ModCommentStore; interactions: ModCommentInteractions; constructor(editor: Editor); } //# sourceMappingURL=index.d.ts.map