export default class DocfieldCommentsSetIdCommand extends AlwaysEnabledCommand { findCommentAttributes(root: any, commentId: any): any; replaceCommentModels(commentModels: any, commentId: any, writer: any): void; execute(params?: {}): void; } import { AlwaysEnabledCommand } from "../AlwaysEnabledCommand"; //# sourceMappingURL=docfield-comments-setid-command.d.ts.map