"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SelectorType = void 0; var SelectorType; (function (SelectorType) { SelectorType["ENV"] = "env"; SelectorType["CONFIG"] = "shared config entry"; })(SelectorType = exports.SelectorType || (exports.SelectorType = {}));