export function toTree({ value, preserveWhiteSpace, createEmpty, append, getLastChild, getParent, isText, getText, remove, appendText, onStartIndex, onEndIndex, isEditableTree, placeholder, }: { value: any; preserveWhiteSpace: any; createEmpty: any; append: any; getLastChild: any; getParent: any; isText: any; getText: any; remove: any; appendText: any; onStartIndex: any; onEndIndex: any; isEditableTree: any; placeholder: any; }): any; //# sourceMappingURL=to-tree.d.ts.map