import { CmsModelFieldToElasticsearchPlugin } from "../../types";
/**
 * The long-text indexing plugin must take in consideration that users might have list of long-text fields.
 * Also, we used to encode values, and we do not do that anymore - but we need to have backward compatibility.
 */
declare const _default: () => CmsModelFieldToElasticsearchPlugin;
export default _default;
