"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "XJsonMode", { enumerable: true, get: function () { return _ace.XJsonMode; } }); exports.expandLiteralStrings = exports.collapseLiteralStrings = void 0; Object.defineProperty(exports, "getMlSharedImports", { enumerable: true, get: function () { return _public.getMlSharedImports; } }); var _ace = require("@kbn/ace"); var _public = require("@kbn/ml-plugin/public"); var _public2 = require("@kbn/es-ui-shared-plugin/public"); /* * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * or more contributor license agreements. Licensed under the Elastic License * 2.0; you may not use this file except in compliance with the Elastic License * 2.0. */ const { expandLiteralStrings, collapseLiteralStrings } = _public2.XJson; exports.collapseLiteralStrings = collapseLiteralStrings; exports.expandLiteralStrings = expandLiteralStrings;