/** * Copyright (c) OpenLens Authors. All rights reserved. * Licensed under MIT License. See LICENSE in root directory for more information. */ // These variables will be replaced by webpack at compile time declare const CONTEXT_MATCHER_FOR_NON_FEATURES: RegExp; declare const CONTEXT_MATCHER_FOR_FEATURES: RegExp;