export default class DocfieldCommentsRemoveCommand extends AlwaysEnabledCommand { findCommentAttributes(root: any, id: any): any; removeCommentModels(commentModels: any, writer: any): void; execute({ id, comment }: { id: any; comment: any; }): void; } import { AlwaysEnabledCommand } from "../AlwaysEnabledCommand"; //# sourceMappingURL=docfield-comments-remove-command.d.ts.map