export default class DocfieldCommentsInsertExistingCommand extends AlwaysEnabledCommand { execute({ id, comment }: { id: any; comment: any; }): void; } import { AlwaysEnabledCommand } from "../AlwaysEnabledCommand"; //# sourceMappingURL=docfield-comments-insert-existing-command.d.ts.map