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