import { CommentEditor, type CommentMod } from "./comment.js"; interface CommentAnswerOptions { answerId?: string; isMajor?: boolean; } export declare class CommentAnswerEditor extends CommentEditor { keepOpenAfterSubmit: boolean; constructor(mod: CommentMod, id: string, dom: HTMLElement, text: unknown[], options?: CommentAnswerOptions); initViewDOM(): void; initView(): void; submit(): void; } export {}; //# sourceMappingURL=answer.d.ts.map