[l10n] Don't export the UIStrings object 2/*

Split up due to command line length restrictions for PRESUBMIT.py.
Original CL approved here: https://crrev.com/c/2720369

[email protected]

Bug: chromium:1180760
Change-Id: I0cd71afab99e70cbc5e713a387759c81cc40d842
Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2726560
Reviewed-by: Simon Zünd <[email protected]>
Commit-Queue: Simon Zünd <[email protected]>
diff --git a/front_end/emulation/DeviceModeModel.js b/front_end/emulation/DeviceModeModel.js
index 9dc7dd1..30f822f 100644
--- a/front_end/emulation/DeviceModeModel.js
+++ b/front_end/emulation/DeviceModeModel.js
@@ -11,7 +11,7 @@
 
 import {EmulatedDevice, Horizontal, HorizontalSpanned, Mode, Vertical, VerticalSpanned} from './EmulatedDevices.js';  // eslint-disable-line no-unused-vars
 
-export const UIStrings = {
+const UIStrings = {
   /**
   *@description Error message in the Devices settings pane that declares that the width input must be a number
   */
diff --git a/front_end/emulation/DeviceModeToolbar.js b/front_end/emulation/DeviceModeToolbar.js
index 30eecd5..b0acb22 100644
--- a/front_end/emulation/DeviceModeToolbar.js
+++ b/front_end/emulation/DeviceModeToolbar.js
@@ -12,7 +12,7 @@
 import {defaultMobileScaleFactor, DeviceModeModel, Type, UA} from './DeviceModeModel.js';
 import {EmulatedDevice, EmulatedDevicesList, Events, Horizontal, HorizontalSpanned, Mode, Vertical, VerticalSpanned} from './EmulatedDevices.js';  // eslint-disable-line no-unused-vars
 
-export const UIStrings = {
+const UIStrings = {
   /**
   *@description Width input title in Device Mode Toolbar of the Device Toolbar
   */
diff --git a/front_end/emulation/DeviceModeView.js b/front_end/emulation/DeviceModeView.js
index 96427b6..97d4ec3 100644
--- a/front_end/emulation/DeviceModeView.js
+++ b/front_end/emulation/DeviceModeView.js
@@ -12,7 +12,7 @@
 import {DeviceModeToolbar} from './DeviceModeToolbar.js';
 import {MediaQueryInspector} from './MediaQueryInspector.js';
 
-export const UIStrings = {
+const UIStrings = {
   /**
   *@description Bottom resizer element title in Device Mode View of the Device Toolbar
   */
diff --git a/front_end/emulation/DevicesSettingsTab.js b/front_end/emulation/DevicesSettingsTab.js
index afe90a7..45c64f4 100644
--- a/front_end/emulation/DevicesSettingsTab.js
+++ b/front_end/emulation/DevicesSettingsTab.js
@@ -12,7 +12,7 @@
 /** @type {!DevicesSettingsTab} */
 let devicesSettingsTabInstance;
 
-export const UIStrings = {
+const UIStrings = {
   /**
   *@description Text of a DOM element in Devices Settings Tab of the Device Toolbar
   */
diff --git a/front_end/emulation/LocationsSettingsTab.js b/front_end/emulation/LocationsSettingsTab.js
index f0a41e2..d806449 100644
--- a/front_end/emulation/LocationsSettingsTab.js
+++ b/front_end/emulation/LocationsSettingsTab.js
@@ -9,7 +9,7 @@
 /** @type {!LocationsSettingsTab} */
 let locationsSettingsTabInstance;
 
-export const UIStrings = {
+const UIStrings = {
   /**
   *@description Text in Locations Settings Tab of the Device Toolbar
   */
diff --git a/front_end/emulation/MediaQueryInspector.js b/front_end/emulation/MediaQueryInspector.js
index 0677e67..52c9126 100644
--- a/front_end/emulation/MediaQueryInspector.js
+++ b/front_end/emulation/MediaQueryInspector.js
@@ -10,7 +10,7 @@
 import * as UI from '../ui/ui.js';
 import * as Workspace from '../workspace/workspace.js';  // eslint-disable-line no-unused-vars
 
-export const UIStrings = {
+const UIStrings = {
   /**
   *@description A context menu item in the Media Query Inspector of the Device Toolbar
   */
diff --git a/front_end/emulation/SensorsView.js b/front_end/emulation/SensorsView.js
index e821a93..bde8e10 100644
--- a/front_end/emulation/SensorsView.js
+++ b/front_end/emulation/SensorsView.js
@@ -8,7 +8,7 @@
 import * as SDK from '../sdk/sdk.js';
 import * as UI from '../ui/ui.js';
 
-export const UIStrings = {
+const UIStrings = {
   /**
   *@description Title for a group of cities
   */
diff --git a/front_end/emulation/emulation-meta.ts b/front_end/emulation/emulation-meta.ts
index fa685e1..2890ff6 100644
--- a/front_end/emulation/emulation-meta.ts
+++ b/front_end/emulation/emulation-meta.ts
@@ -10,7 +10,7 @@
 import type * as Emulation from './emulation.js';
 
 import * as i18n from '../i18n/i18n.js';
-export const UIStrings = {
+const UIStrings = {
   /**
   *@description Text for the mobile platform, as opposed to desktop
   */
diff --git a/front_end/event_listeners/EventListenersView.ts b/front_end/event_listeners/EventListenersView.ts
index d20f99d..5ace9cb 100644
--- a/front_end/event_listeners/EventListenersView.ts
+++ b/front_end/event_listeners/EventListenersView.ts
@@ -14,7 +14,7 @@
 import type {FrameworkEventListenersObject} from './EventListenersUtils.js';
 import {frameworkEventListeners} from './EventListenersUtils.js';
 
-export const UIStrings = {
+const UIStrings = {
   /**
   *@description Empty holder text content in Event Listeners View of the Event Listener Debugging pane in the Sources panel
   */
diff --git a/front_end/help/ReleaseNoteView.ts b/front_end/help/ReleaseNoteView.ts
index bf35b6c..e91e854 100644
--- a/front_end/help/ReleaseNoteView.ts
+++ b/front_end/help/ReleaseNoteView.ts
@@ -11,7 +11,7 @@
 import {latestReleaseNote, releaseNoteViewId} from './HelpImpl.js';
 import type {ReleaseNote} from './HelpImpl.js';
 
-export const UIStrings = {
+const UIStrings = {
   /**
   *@description Text that only contain a placeholder
   *@example {100ms (at 200ms)} PH1
diff --git a/front_end/help/help-meta.ts b/front_end/help/help-meta.ts
index a8e94a7..b91384d 100644
--- a/front_end/help/help-meta.ts
+++ b/front_end/help/help-meta.ts
@@ -10,7 +10,7 @@
 // eslint-disable-next-line rulesdir/es_modules_import
 import type * as Help from './help.js';
 
-export const UIStrings = {
+const UIStrings = {
   /**
   *@description Title of the 'What's New' tool in the bottom drawer
   */
diff --git a/front_end/host/InspectorFrontendHost.ts b/front_end/host/InspectorFrontendHost.ts
index 04efe82..d4c7525 100644
--- a/front_end/host/InspectorFrontendHost.ts
+++ b/front_end/host/InspectorFrontendHost.ts
@@ -40,7 +40,7 @@
 import {CanShowSurveyResult, ContextMenuDescriptor, EnumeratedHistogram, EventDescriptors, Events, InspectorFrontendHostAPI, LoadNetworkResourceResult, ShowSurveyResult} from './InspectorFrontendHostAPI.js';  // eslint-disable-line no-unused-vars
 import {streamWrite as resourceLoaderStreamWrite} from './ResourceLoader.js';
 
-export const UIStrings = {
+const UIStrings = {
   /**
   *@description Document title in Inspector Frontend Host of the DevTools window
   *@example {example.com} PH1
diff --git a/front_end/host/ResourceLoader.ts b/front_end/host/ResourceLoader.ts
index df86305..e320fb3 100644
--- a/front_end/host/ResourceLoader.ts
+++ b/front_end/host/ResourceLoader.ts
@@ -11,7 +11,7 @@
 import {InspectorFrontendHostInstance} from './InspectorFrontendHost.js';
 import {LoadNetworkResourceResult} from './InspectorFrontendHostAPI.js';  // eslint-disable-line no-unused-vars
 
-export const UIStrings = {
+const UIStrings = {
   /**
   *@description Name of an error category used in error messages
   */
diff --git a/front_end/inline_editor/CSSShadowEditor.js b/front_end/inline_editor/CSSShadowEditor.js
index 8d648ae..afca686 100644
--- a/front_end/inline_editor/CSSShadowEditor.js
+++ b/front_end/inline_editor/CSSShadowEditor.js
@@ -8,7 +8,7 @@
 
 import {CSSLength, CSSShadowModel} from './CSSShadowModel.js';  // eslint-disable-line no-unused-vars
 
-export const UIStrings = {
+const UIStrings = {
   /**
   *@description Text that refers to some types
   */
diff --git a/front_end/inline_editor/CSSVarSwatch.ts b/front_end/inline_editor/CSSVarSwatch.ts
index 746d319..d5a8cb7 100644
--- a/front_end/inline_editor/CSSVarSwatch.ts
+++ b/front_end/inline_editor/CSSVarSwatch.ts
@@ -5,7 +5,7 @@
 import * as i18n from '../i18n/i18n.js';
 import * as LitHtml from '../third_party/lit-html/lit-html.js';
 
-export const UIStrings = {
+const UIStrings = {
   /**
   *@description Text displayed in a tooltip shown when hovering over a var() CSS function in the Styles pane when the custom property in this function does not exist. The parameter is the name of the property.
   *@example {--my-custom-property-name} PH1
diff --git a/front_end/inline_editor/ColorSwatch.ts b/front_end/inline_editor/ColorSwatch.ts
index 00ad01b..0cbea23 100644
--- a/front_end/inline_editor/ColorSwatch.ts
+++ b/front_end/inline_editor/ColorSwatch.ts
@@ -7,7 +7,7 @@
 import * as i18n from '../i18n/i18n.js';
 import * as LitHtml from '../third_party/lit-html/lit-html.js';
 
-export const UIStrings = {
+const UIStrings = {
   /**
   *@description Icon element title in Color Swatch of the inline editor in the Styles tab
   */
diff --git a/front_end/inline_editor/FontEditor.js b/front_end/inline_editor/FontEditor.js
index 71c5958..6797d96 100644
--- a/front_end/inline_editor/FontEditor.js
+++ b/front_end/inline_editor/FontEditor.js
@@ -10,7 +10,7 @@
 import * as FontEditorUnitConverter from './FontEditorUnitConverter.js';
 import * as FontEditorUtils from './FontEditorUtils.js';
 
-export const UIStrings = {
+const UIStrings = {
   /**
   *@description Font editor label for font family selector
   */
diff --git a/front_end/input/InputTimeline.ts b/front_end/input/InputTimeline.ts
index e26dde0..6aa0e15 100644
--- a/front_end/input/InputTimeline.ts
+++ b/front_end/input/InputTimeline.ts
@@ -14,7 +14,7 @@
 
 import {InputModel} from './InputModel.js';
 
-export const UIStrings = {
+const UIStrings = {
   /**
   *@description Text to clear everything
   */
diff --git a/front_end/input/input-meta.ts b/front_end/input/input-meta.ts
index 942898e..3b5c78b 100644
--- a/front_end/input/input-meta.ts
+++ b/front_end/input/input-meta.ts
@@ -9,7 +9,7 @@
 // eslint-disable-next-line rulesdir/es_modules_import
 import type * as Input from './input.js';
 
-export const UIStrings = {
+const UIStrings = {
   /**
     *@description Title of the inputs tool, which records user input.
     */
diff --git a/front_end/inspector_main/InspectorMain.js b/front_end/inspector_main/InspectorMain.js
index 395425e..cc59456 100644
--- a/front_end/inspector_main/InspectorMain.js
+++ b/front_end/inspector_main/InspectorMain.js
@@ -11,7 +11,7 @@
 import * as SDK from '../sdk/sdk.js';
 import * as UI from '../ui/ui.js';
 
-export const UIStrings = {
+const UIStrings = {
   /**
   *@description Text that refers to the main target
   */
diff --git a/front_end/inspector_main/RenderingOptions.js b/front_end/inspector_main/RenderingOptions.js
index 3cd41c7..b6b1e82 100644
--- a/front_end/inspector_main/RenderingOptions.js
+++ b/front_end/inspector_main/RenderingOptions.js
@@ -32,7 +32,7 @@
 import * as i18n from '../i18n/i18n.js';
 import * as UI from '../ui/ui.js';
 
-export const UIStrings = {
+const UIStrings = {
   /**
   *@description Text in Rendering Options
   */
diff --git a/front_end/inspector_main/inspector_main-meta.ts b/front_end/inspector_main/inspector_main-meta.ts
index 8cf2cdf..9d1e005 100644
--- a/front_end/inspector_main/inspector_main-meta.ts
+++ b/front_end/inspector_main/inspector_main-meta.ts
@@ -7,7 +7,7 @@
 import * as Root from '../root/root.js';
 import * as UI from '../ui/ui.js';
 
-export const UIStrings = {
+const UIStrings = {
   /**
   *@description Title of the Rendering tool
   */
diff --git a/front_end/issues/AffectedCookiesView.ts b/front_end/issues/AffectedCookiesView.ts
index dc92023..26dd8cc 100644
--- a/front_end/issues/AffectedCookiesView.ts
+++ b/front_end/issues/AffectedCookiesView.ts
@@ -11,7 +11,7 @@
 import type {AggregatedIssue} from './IssueAggregator.js';
 import {IssueView} from './IssueView.js';
 
-export const UIStrings = {
+const UIStrings = {
   /**
   *@description Noun, singular. Label for the kind and number of affected resources associated with a DevTools issue. A cookie is a small piece of data that a server sends to the user's web browser. See https://developer.mozilla.org/en-US/docs/Web/HTTP/Cookies.
   */
diff --git a/front_end/issues/AffectedElementsView.ts b/front_end/issues/AffectedElementsView.ts
index c1c83a9..38492be 100644
--- a/front_end/issues/AffectedElementsView.ts
+++ b/front_end/issues/AffectedElementsView.ts
@@ -10,7 +10,7 @@
 import {AffectedItem, AffectedResourcesView} from './AffectedResourcesView.js';
 import {IssueView} from './IssueView.js';
 
-export const UIStrings = {
+const UIStrings = {
   /**
   *@description Singular label for number of affected element resource indication in issue view
   */
diff --git a/front_end/issues/AffectedElementsWithLowContrastView.ts b/front_end/issues/AffectedElementsWithLowContrastView.ts
index 530c1fc..3afe4b4 100644
--- a/front_end/issues/AffectedElementsWithLowContrastView.ts
+++ b/front_end/issues/AffectedElementsWithLowContrastView.ts
@@ -67,7 +67,7 @@
   }
 }
 
-export const UIStrings = {
+const UIStrings = {
   /**
   *@description Column title for the element column in the low contrast issue view
   */
diff --git a/front_end/issues/AffectedResourcesView.ts b/front_end/issues/AffectedResourcesView.ts
index 7849725..715b09b 100644
--- a/front_end/issues/AffectedResourcesView.ts
+++ b/front_end/issues/AffectedResourcesView.ts
@@ -13,7 +13,7 @@
 
 import {IssueView} from './IssueView.js';
 
-export const UIStrings = {
+const UIStrings = {
   /**
   *@description Text in Object Properties Section
   */
diff --git a/front_end/issues/AffectedSharedArrayBufferIssueDetailsView.ts b/front_end/issues/AffectedSharedArrayBufferIssueDetailsView.ts
index 0d18241..86b2cb3 100644
--- a/front_end/issues/AffectedSharedArrayBufferIssueDetailsView.ts
+++ b/front_end/issues/AffectedSharedArrayBufferIssueDetailsView.ts
@@ -10,7 +10,7 @@
 import {AggregatedIssue} from './IssueAggregator.js';
 import {IssueView} from './IssueView.js';
 
-export const UIStrings = {
+const UIStrings = {
   /**
   *@description Label for number of affected resources indication in issue view
   */
diff --git a/front_end/issues/AffectedTrustedWebActivityIssueDetailsView.ts b/front_end/issues/AffectedTrustedWebActivityIssueDetailsView.ts
index 4225cef..2a48408 100644
--- a/front_end/issues/AffectedTrustedWebActivityIssueDetailsView.ts
+++ b/front_end/issues/AffectedTrustedWebActivityIssueDetailsView.ts
@@ -9,7 +9,7 @@
 import {AggregatedIssue} from './IssueAggregator.js';
 import {IssueView} from './IssueView.js';
 
-export const UIStrings = {
+const UIStrings = {
   /**
   *@description Label for number of affected resources indication in issue view
   */
diff --git a/front_end/issues/CSPViolationsView.ts b/front_end/issues/CSPViolationsView.ts
index 818521e..40cf338 100644
--- a/front_end/issues/CSPViolationsView.ts
+++ b/front_end/issues/CSPViolationsView.ts
@@ -11,7 +11,7 @@
 import {ComboBoxOfCheckBoxes} from './ComboBoxOfCheckBoxes.js';
 import {CSPViolationsListView} from './CSPViolationsListView.js';
 
-export const UIStrings = {
+const UIStrings = {
   /**
   *@description Text to filter result items
   */
diff --git a/front_end/issues/CorsIssueDetailsView.ts b/front_end/issues/CorsIssueDetailsView.ts
index 530c2fb..5aaecfb 100644
--- a/front_end/issues/CorsIssueDetailsView.ts
+++ b/front_end/issues/CorsIssueDetailsView.ts
@@ -9,7 +9,7 @@
 import {AggregatedIssue} from './IssueAggregator.js';
 import {IssueView} from './IssueView.js';
 
-export const UIStrings = {
+const UIStrings = {
   /**
   *@description Label for number of affected resources indication in issue view
   */
diff --git a/front_end/issues/IssueView.ts b/front_end/issues/IssueView.ts
index 669976e..69772de 100644
--- a/front_end/issues/IssueView.ts
+++ b/front_end/issues/IssueView.ts
@@ -25,7 +25,7 @@
 import type {AggregatedIssue} from './IssueAggregator.js';
 import type {IssueDescription} from './MarkdownIssueDescription.js';
 
-export const UIStrings = {
+const UIStrings = {
   /**
   *@description Noun, singular. Label for a column or field containing the name of an entity.
   */
diff --git a/front_end/issues/IssuesPane.ts b/front_end/issues/IssuesPane.ts
index fb893e8..9a5031a 100644
--- a/front_end/issues/IssuesPane.ts
+++ b/front_end/issues/IssuesPane.ts
@@ -14,7 +14,7 @@
 import {IssueView} from './IssueView.js';
 import {createIssueDescriptionFromMarkdown} from './MarkdownIssueDescription.js';
 
-export const UIStrings = {
+const UIStrings = {
   /**
    * @description Category title for a group of cross origin embedder policy (COEP) issues
    */
diff --git a/front_end/issues/issues-meta.ts b/front_end/issues/issues-meta.ts
index c253f3c..8022233 100644
--- a/front_end/issues/issues-meta.ts
+++ b/front_end/issues/issues-meta.ts
@@ -11,7 +11,7 @@
 import type * as Issues from './issues.js';
 
 import * as i18n from '../i18n/i18n.js';
-export const UIStrings = {
+const UIStrings = {
   /**
   *@description Label for the issues pane
   */
diff --git a/front_end/js_profiler/js_profiler-meta.ts b/front_end/js_profiler/js_profiler-meta.ts
index 7c234b8..4a672c5 100644
--- a/front_end/js_profiler/js_profiler-meta.ts
+++ b/front_end/js_profiler/js_profiler-meta.ts
@@ -9,7 +9,7 @@
 // eslint-disable-next-line rulesdir/es_modules_import
 import type * as Profiler from '../profiler/profiler.js';
 
-export const UIStrings = {
+const UIStrings = {
   /**
   *@description Title of the Profiler tool
   */
diff --git a/front_end/layer_viewer/LayerDetailsView.ts b/front_end/layer_viewer/LayerDetailsView.ts
index f711f82..d7cea4c 100644
--- a/front_end/layer_viewer/LayerDetailsView.ts
+++ b/front_end/layer_viewer/LayerDetailsView.ts
@@ -38,7 +38,7 @@
 import type {LayerView, LayerViewHost, Selection, SnapshotSelection} from './LayerViewHost.js';
 import {ScrollRectSelection, Type} from './LayerViewHost.js';
 
-export const UIStrings = {
+const UIStrings = {
   /**
   *@description Text in Layer Details View of the Layers panel
   */
diff --git a/front_end/layer_viewer/LayerTreeOutline.ts b/front_end/layer_viewer/LayerTreeOutline.ts
index 249bae2..55c4d62 100644
--- a/front_end/layer_viewer/LayerTreeOutline.ts
+++ b/front_end/layer_viewer/LayerTreeOutline.ts
@@ -38,7 +38,7 @@
 import type {LayerView, LayerViewHost, Selection, SnapshotSelection} from './LayerViewHost.js';
 import {LayerSelection} from './LayerViewHost.js';
 
-export const UIStrings = {
+const UIStrings = {
   /**
   *@description Label for layers sidepanel tree
   */
diff --git a/front_end/layer_viewer/LayerViewHost.ts b/front_end/layer_viewer/LayerViewHost.ts
index e13e148..dffa8a3 100644
--- a/front_end/layer_viewer/LayerViewHost.ts
+++ b/front_end/layer_viewer/LayerViewHost.ts
@@ -9,7 +9,7 @@
 import * as SDK from '../sdk/sdk.js';
 import type * as UI from '../ui/ui.js';
 
-export const UIStrings = {
+const UIStrings = {
   /**
   *@description Text in Layer View Host of the Layers panel
   */
diff --git a/front_end/layer_viewer/Layers3DView.ts b/front_end/layer_viewer/Layers3DView.ts
index caa826f..b5f5b4d 100644
--- a/front_end/layer_viewer/Layers3DView.ts
+++ b/front_end/layer_viewer/Layers3DView.ts
@@ -40,7 +40,7 @@
 import {LayerSelection, Selection, SnapshotSelection, Type, ScrollRectSelection} from './LayerViewHost.js';
 import {Events as TransformControllerEvents, TransformController} from './TransformController.js';
 
-export const UIStrings = {
+const UIStrings = {
   /**
   *@description Text of a DOM element in DView of the Layers panel
   */
diff --git a/front_end/layer_viewer/PaintProfilerView.ts b/front_end/layer_viewer/PaintProfilerView.ts
index 7a655f2..608ac59 100644
--- a/front_end/layer_viewer/PaintProfilerView.ts
+++ b/front_end/layer_viewer/PaintProfilerView.ts
@@ -36,7 +36,7 @@
 import type * as SDK from '../sdk/sdk.js';
 import * as UI from '../ui/ui.js';
 
-export const UIStrings = {
+const UIStrings = {
   /**
   *@description Text to indicate the progress of a profile
   */
diff --git a/front_end/layer_viewer/TransformController.ts b/front_end/layer_viewer/TransformController.ts
index 04fb2ee..c7e86d3 100644
--- a/front_end/layer_viewer/TransformController.ts
+++ b/front_end/layer_viewer/TransformController.ts
@@ -9,7 +9,7 @@
 import * as Platform from '../platform/platform.js';
 import * as UI from '../ui/ui.js';
 
-export const UIStrings = {
+const UIStrings = {
   /**
   *@description Tooltip text that appears when hovering over largeicon pan button in Transform Controller of the Layers panel
   */
diff --git a/front_end/layer_viewer/layer_viewer-meta.ts b/front_end/layer_viewer/layer_viewer-meta.ts
index d03d729..102e8ca 100644
--- a/front_end/layer_viewer/layer_viewer-meta.ts
+++ b/front_end/layer_viewer/layer_viewer-meta.ts
@@ -5,7 +5,7 @@
 import * as i18n from '../i18n/i18n.js';
 import * as UI from '../ui/ui.js';
 
-export const UIStrings = {
+const UIStrings = {
   /**
   *@description Text in the Shortcuts page to explain a keyboard shortcut (reset view in Layers Panel)
   */
diff --git a/front_end/layers/LayersPanel.ts b/front_end/layers/LayersPanel.ts
index 55c2a9c..eb98eb7 100644
--- a/front_end/layers/LayersPanel.ts
+++ b/front_end/layers/LayersPanel.ts
@@ -39,7 +39,7 @@
 import {LayerPaintProfilerView} from './LayerPaintProfilerView.js';
 import {Events, LayerTreeModel} from './LayerTreeModel.js';
 
-export const UIStrings = {
+const UIStrings = {
   /**
   *@description Text for the details of something
   */
diff --git a/front_end/layers/layers-meta.ts b/front_end/layers/layers-meta.ts
index 09c7b7e..5a96c78 100644
--- a/front_end/layers/layers-meta.ts
+++ b/front_end/layers/layers-meta.ts
@@ -9,7 +9,7 @@
 // eslint-disable-next-line rulesdir/es_modules_import
 import type * as Layers from './layers.js';
 
-export const UIStrings = {
+const UIStrings = {
   /**
   *@description Title of the Layers tool
   */
diff --git a/front_end/lighthouse/LighthouseController.ts b/front_end/lighthouse/LighthouseController.ts
index cb6d8dd..acbbd17 100644
--- a/front_end/lighthouse/LighthouseController.ts
+++ b/front_end/lighthouse/LighthouseController.ts
@@ -10,7 +10,7 @@
 
 import type {ProtocolService} from './LighthouseProtocolService.js';
 
-export const UIStrings = {
+const UIStrings = {
   /**
   *@description Explanation for user that Ligthhouse can only audit HTTP/HTTPS pages
   */
diff --git a/front_end/lighthouse/LighthousePanel.ts b/front_end/lighthouse/LighthousePanel.ts
index a32b650..80ff5c9 100644
--- a/front_end/lighthouse/LighthousePanel.ts
+++ b/front_end/lighthouse/LighthousePanel.ts
@@ -20,7 +20,7 @@
 import {StartView} from './LighthouseStartView.js';
 import {StatusView} from './LighthouseStatusView.js';
 
-export const UIStrings = {
+const UIStrings = {
   /**
   *@description Text that appears when user drag and drop something (for example, a file) in Lighthouse Panel
   */
diff --git a/front_end/lighthouse/LighthouseReportRenderer.ts b/front_end/lighthouse/LighthouseReportRenderer.ts
index 997d099..d398f4b 100644
--- a/front_end/lighthouse/LighthouseReportRenderer.ts
+++ b/front_end/lighthouse/LighthouseReportRenderer.ts
@@ -18,7 +18,7 @@
 
 import type * as ReportRenderer from './LighthouseReporterTypes.js';
 
-export const UIStrings = {
+const UIStrings = {
   /**
   *@description Label for view trace button when simulated throttling is enabled
   */
diff --git a/front_end/lighthouse/LighthouseReportSelector.ts b/front_end/lighthouse/LighthouseReportSelector.ts
index 645c298..ba9486b 100644
--- a/front_end/lighthouse/LighthouseReportSelector.ts
+++ b/front_end/lighthouse/LighthouseReportSelector.ts
@@ -10,7 +10,7 @@
 
 import type * as ReportRenderer from './LighthouseReporterTypes.js';
 
-export const UIStrings = {
+const UIStrings = {
   /**
   *@description Title of combo box in audits report selector
   */
diff --git a/front_end/lighthouse/LighthouseStartView.ts b/front_end/lighthouse/LighthouseStartView.ts
index 9a5f3a7..c87b72d 100644
--- a/front_end/lighthouse/LighthouseStartView.ts
+++ b/front_end/lighthouse/LighthouseStartView.ts
@@ -11,7 +11,7 @@
 import {Events, LighthouseController, Presets, RuntimeSettings} from './LighthouseController.js';
 import {RadioSetting} from './RadioSetting.js';
 
-export const UIStrings = {
+const UIStrings = {
   /**
   *@description Text that is usually a hyperlink to more documentation
   */
diff --git a/front_end/lighthouse/LighthouseStatusView.ts b/front_end/lighthouse/LighthouseStatusView.ts
index 5c02e53..d8b1594 100644
--- a/front_end/lighthouse/LighthouseStatusView.ts
+++ b/front_end/lighthouse/LighthouseStatusView.ts
@@ -11,7 +11,7 @@
 import type {LighthouseController} from './LighthouseController.js';
 import {Events, RuntimeSettings} from './LighthouseController.js';
 
-export const UIStrings = {
+const UIStrings = {
   /**
   *@description Text to cancel something
   */
diff --git a/front_end/lighthouse/lighthouse-meta.ts b/front_end/lighthouse/lighthouse-meta.ts
index 0103ebc..ceccddc 100644
--- a/front_end/lighthouse/lighthouse-meta.ts
+++ b/front_end/lighthouse/lighthouse-meta.ts
@@ -9,7 +9,7 @@
 // eslint-disable-next-line rulesdir/es_modules_import
 import type * as Lighthouse from './lighthouse.js';
 
-export const UIStrings = {
+const UIStrings = {
   /**
   *@description Title of the 'Lighthouse' tool
   */
diff --git a/front_end/linear_memory_inspector/LinearMemoryInspector.ts b/front_end/linear_memory_inspector/LinearMemoryInspector.ts
index 916a960..d35f2ba 100644
--- a/front_end/linear_memory_inspector/LinearMemoryInspector.ts
+++ b/front_end/linear_memory_inspector/LinearMemoryInspector.ts
@@ -19,7 +19,7 @@
 import type {ValueTypeModeChangedEvent} from './ValueInterpreterDisplay.js';
 
 import * as i18n from '../i18n/i18n.js';
-export const UIStrings = {
+const UIStrings = {
   /**
   *@description Tooltip text that appears when hovering over an invalid address in the address line in the Linear Memory Inspector
   *@example {0x00000000} PH1
diff --git a/front_end/linear_memory_inspector/LinearMemoryInspectorPane.js b/front_end/linear_memory_inspector/LinearMemoryInspectorPane.js
index eecf166..42923fa 100644
--- a/front_end/linear_memory_inspector/LinearMemoryInspectorPane.js
+++ b/front_end/linear_memory_inspector/LinearMemoryInspectorPane.js
@@ -9,7 +9,7 @@
 import {LinearMemoryInspector} from './LinearMemoryInspector.js';
 import {LazyUint8Array, LinearMemoryInspectorController} from './LinearMemoryInspectorController.js';  // eslint-disable-line no-unused-vars
 
-export const UIStrings = {
+const UIStrings = {
   /**
   *@description Label in the Linear Memory Inspector tool that serves as a placeholder if no inspections are open
   */
diff --git a/front_end/linear_memory_inspector/LinearMemoryNavigator.ts b/front_end/linear_memory_inspector/LinearMemoryNavigator.ts
index a9d8ae1..6610ea3 100644
--- a/front_end/linear_memory_inspector/LinearMemoryNavigator.ts
+++ b/front_end/linear_memory_inspector/LinearMemoryNavigator.ts
@@ -6,7 +6,7 @@
 import * as LitHtml from '../third_party/lit-html/lit-html.js';
 import * as Components from '../ui/components/components.js';
 
-export const UIStrings = {
+const UIStrings = {
   /**
   *@description Tooltip text that appears when hovering over a valid address in the address line in the Linear Memory Inspector
   */
diff --git a/front_end/linear_memory_inspector/LinearMemoryValueInterpreter.ts b/front_end/linear_memory_inspector/LinearMemoryValueInterpreter.ts
index 49464d3..48966e0 100644
--- a/front_end/linear_memory_inspector/LinearMemoryValueInterpreter.ts
+++ b/front_end/linear_memory_inspector/LinearMemoryValueInterpreter.ts
@@ -14,7 +14,7 @@
 import type {TypeToggleEvent, ValueInterpreterSettingsData} from './ValueInterpreterSettings.js';
 
 import * as i18n from '../i18n/i18n.js';
-export const UIStrings = {
+const UIStrings = {
   /**
   *@description Tooltip text that appears when hovering over the gear button to open and close settings in the Linear Memory Inspector
   */
diff --git a/front_end/linear_memory_inspector/ValueInterpreterDisplay.ts b/front_end/linear_memory_inspector/ValueInterpreterDisplay.ts
index 51690e8..83bac9d 100644
--- a/front_end/linear_memory_inspector/ValueInterpreterDisplay.ts
+++ b/front_end/linear_memory_inspector/ValueInterpreterDisplay.ts
@@ -8,7 +8,7 @@
 
 import {DEFAULT_MODE_MAPPING, Endianness, format, isNumber, isValidMode, VALUE_TYPE_MODE_LIST, ValueType, ValueTypeMode, valueTypeModeToLocalizedString, valueTypeToLocalizedString} from './ValueInterpreterDisplayUtils.js';
 
-export const UIStrings = {
+const UIStrings = {
   /**
   *@description Tooltip text that appears when hovering over an unsigned interpretation of the memory under the Value Interpreter
   */
diff --git a/front_end/linear_memory_inspector/ValueInterpreterDisplayUtils.ts b/front_end/linear_memory_inspector/ValueInterpreterDisplayUtils.ts
index a8ffbde..8d7714c 100644
--- a/front_end/linear_memory_inspector/ValueInterpreterDisplayUtils.ts
+++ b/front_end/linear_memory_inspector/ValueInterpreterDisplayUtils.ts
@@ -5,7 +5,7 @@
 import * as i18n from '../i18n/i18n.js';
 import * as Platform from '../platform/platform.js';
 
-export const UIStrings = {
+const UIStrings = {
   /**
   *@description Text that describes the representation of a value in the Linear Memory Inspector, short for decimal
   */
diff --git a/front_end/linear_memory_inspector/linear_memory_inspector-meta.ts b/front_end/linear_memory_inspector/linear_memory_inspector-meta.ts
index ad874f3..aaeec0c 100644
--- a/front_end/linear_memory_inspector/linear_memory_inspector-meta.ts
+++ b/front_end/linear_memory_inspector/linear_memory_inspector-meta.ts
@@ -9,7 +9,7 @@
 import type * as LinearMemoryInspector from './linear_memory_inspector.js';
 
 import * as i18n from '../i18n/i18n.js';
-export const UIStrings = {
+const UIStrings = {
   /**
   *@description Title of the Linear Memory Inspector tool
   */
diff --git a/front_end/main/MainImpl.js b/front_end/main/MainImpl.js
index c71b05d..3343162 100644
--- a/front_end/main/MainImpl.js
+++ b/front_end/main/MainImpl.js
@@ -48,7 +48,7 @@
 
 import {ExecutionContextSelector} from './ExecutionContextSelector.js';
 
-export const UIStrings = {
+const UIStrings = {
   /**
   *@description A message to display prompting the user to reload DevTools if the OS color scheme changes.
   */
diff --git a/front_end/main/main-meta.ts b/front_end/main/main-meta.ts
index 98dc562..ca1a914 100644
--- a/front_end/main/main-meta.ts
+++ b/front_end/main/main-meta.ts
@@ -14,7 +14,7 @@
 import type * as InspectorMain from '../inspector_main/inspector_main.js';
 
 import * as i18n from '../i18n/i18n.js';
-export const UIStrings = {
+const UIStrings = {
   /**
   *@description Text in Main
   */
diff --git a/front_end/media/EventDisplayTable.ts b/front_end/media/EventDisplayTable.ts
index 124bfbc..7993653 100644
--- a/front_end/media/EventDisplayTable.ts
+++ b/front_end/media/EventDisplayTable.ts
@@ -11,7 +11,7 @@
 
 import type {PlayerEvent} from './MediaModel.js';
 
-export const UIStrings = {
+const UIStrings = {
   /**
   *@description Text for timestamps of items
   */
diff --git a/front_end/media/EventTimelineView.ts b/front_end/media/EventTimelineView.ts
index 4b8d7ed..8a438d3 100644
--- a/front_end/media/EventTimelineView.ts
+++ b/front_end/media/EventTimelineView.ts
@@ -13,7 +13,7 @@
 // Has to be a double, see https://v8.dev/blog/react-cliff
 const NO_NORMALIZED_TIMESTAMP = -1.5;
 
-export const UIStrings = {
+const UIStrings = {
   /**
   *@description Title of the 'Playback Status' button
   */
diff --git a/front_end/media/PlayerDetailView.ts b/front_end/media/PlayerDetailView.ts
index cfa5ae1..a413027 100644
--- a/front_end/media/PlayerDetailView.ts
+++ b/front_end/media/PlayerDetailView.ts
@@ -14,7 +14,7 @@
 import {PlayerMessagesView} from './PlayerMessagesView.js';
 import {PlayerPropertiesView} from './PlayerPropertiesView.js';
 
-export const UIStrings = {
+const UIStrings = {
   /**
   *@description Title of the 'Properties' tool in the sidebar of the elements tool
   */
diff --git a/front_end/media/PlayerListView.ts b/front_end/media/PlayerListView.ts
index 5244a0e..02b4ba8 100644
--- a/front_end/media/PlayerListView.ts
+++ b/front_end/media/PlayerListView.ts
@@ -11,7 +11,7 @@
 import type {PlayerEvent} from './MediaModel.js';
 import {PlayerPropertyKeys} from './PlayerPropertiesView.js';
 
-export const UIStrings = {
+const UIStrings = {
   /**
   *@description A right-click context menu entry which when clicked causes the menu entry for that player to be removed.
   */
diff --git a/front_end/media/PlayerMessagesView.ts b/front_end/media/PlayerMessagesView.ts
index 6595483..f0b1619 100644
--- a/front_end/media/PlayerMessagesView.ts
+++ b/front_end/media/PlayerMessagesView.ts
@@ -8,7 +8,7 @@
 import * as i18n from '../i18n/i18n.js';
 import * as UI from '../ui/ui.js';
 
-export const UIStrings = {
+const UIStrings = {
   /**
   *@description A context menu item in the Console View of the Console panel
   */
diff --git a/front_end/media/PlayerPropertiesView.ts b/front_end/media/PlayerPropertiesView.ts
index 1acdc09..ee3c1ac 100644
--- a/front_end/media/PlayerPropertiesView.ts
+++ b/front_end/media/PlayerPropertiesView.ts
@@ -7,7 +7,7 @@
 import * as i18n from '../i18n/i18n.js';
 import * as UI from '../ui/ui.js';
 
-export const UIStrings = {
+const UIStrings = {
   /**
   *@description The type of media, for example - video, audio, or text. Capitalized.
   */
diff --git a/front_end/media/media-meta.ts b/front_end/media/media-meta.ts
index c1738ef..bbc33e8 100644
--- a/front_end/media/media-meta.ts
+++ b/front_end/media/media-meta.ts
@@ -9,7 +9,7 @@
 // eslint-disable-next-line rulesdir/es_modules_import
 import type * as Media from './media.js';
 
-export const UIStrings = {
+const UIStrings = {
   /**
     *@description Text that appears on a button for the media resource type filter.
     */
diff --git a/front_end/mobile_throttling/MobileThrottlingSelector.ts b/front_end/mobile_throttling/MobileThrottlingSelector.ts
index eed3604..3aa67f8 100644
--- a/front_end/mobile_throttling/MobileThrottlingSelector.ts
+++ b/front_end/mobile_throttling/MobileThrottlingSelector.ts
@@ -11,7 +11,7 @@
 import type {Conditions, ConditionsList, MobileThrottlingConditionsGroup} from './ThrottlingPresets.js';
 import {ThrottlingPresets} from './ThrottlingPresets.js';
 
-export const UIStrings = {
+const UIStrings = {
   /**
   *@description Mobile throttling is disabled. The user can select this option to run mobile
   *emulation at a normal speed instead of throttled.
diff --git a/front_end/mobile_throttling/NetworkPanelIndicator.ts b/front_end/mobile_throttling/NetworkPanelIndicator.ts
index 48faf14..382bbab 100644
--- a/front_end/mobile_throttling/NetworkPanelIndicator.ts
+++ b/front_end/mobile_throttling/NetworkPanelIndicator.ts
@@ -8,7 +8,7 @@
 import * as SDK from '../sdk/sdk.js';
 import * as UI from '../ui/ui.js';
 
-export const UIStrings = {
+const UIStrings = {
   /**
   *@description Icon title in Network Panel Indicator of the Network panel
   */
diff --git a/front_end/mobile_throttling/NetworkThrottlingSelector.ts b/front_end/mobile_throttling/NetworkThrottlingSelector.ts
index fc34a99..d249966 100644
--- a/front_end/mobile_throttling/NetworkThrottlingSelector.ts
+++ b/front_end/mobile_throttling/NetworkThrottlingSelector.ts
@@ -11,7 +11,7 @@
 import type {NetworkThrottlingConditionsGroup} from './ThrottlingPresets.js';
 import {ThrottlingPresets} from './ThrottlingPresets.js';
 
-export const UIStrings = {
+const UIStrings = {
   /**
   *@description Text to indicate something is not enabled
   */
diff --git a/front_end/mobile_throttling/ThrottlingManager.ts b/front_end/mobile_throttling/ThrottlingManager.ts
index e706fa4..13fde74 100644
--- a/front_end/mobile_throttling/ThrottlingManager.ts
+++ b/front_end/mobile_throttling/ThrottlingManager.ts
@@ -15,7 +15,7 @@
 import type {Conditions, ConditionsList, MobileThrottlingConditionsGroup, NetworkThrottlingConditionsGroup} from './ThrottlingPresets.js';
 import {CPUThrottlingRates, ThrottlingPresets} from './ThrottlingPresets.js';
 
-export const UIStrings = {
+const UIStrings = {
   /**
   *@description Text with two placeholders separated by a colon
   *@example {Node removed} PH1
diff --git a/front_end/mobile_throttling/ThrottlingPresets.ts b/front_end/mobile_throttling/ThrottlingPresets.ts
index b1cc84c..1ee134e 100644
--- a/front_end/mobile_throttling/ThrottlingPresets.ts
+++ b/front_end/mobile_throttling/ThrottlingPresets.ts
@@ -7,7 +7,7 @@
 import * as i18n from '../i18n/i18n.js';
 import * as SDK from '../sdk/sdk.js';
 
-export const UIStrings = {
+const UIStrings = {
   /**
    *@description Text for no network throttling
    */
diff --git a/front_end/mobile_throttling/ThrottlingSettingsTab.ts b/front_end/mobile_throttling/ThrottlingSettingsTab.ts
index 8dec00e..0bfa60f 100644
--- a/front_end/mobile_throttling/ThrottlingSettingsTab.ts
+++ b/front_end/mobile_throttling/ThrottlingSettingsTab.ts
@@ -9,7 +9,7 @@
 import type * as SDK from '../sdk/sdk.js';
 import * as UI from '../ui/ui.js';
 
-export const UIStrings = {
+const UIStrings = {
   /**
   *@description Text in Throttling Settings Tab of the Network panel
   */
diff --git a/front_end/mobile_throttling/mobile_throttling-meta.ts b/front_end/mobile_throttling/mobile_throttling-meta.ts
index b663b15..60b5ff9 100644
--- a/front_end/mobile_throttling/mobile_throttling-meta.ts
+++ b/front_end/mobile_throttling/mobile_throttling-meta.ts
@@ -10,7 +10,7 @@
 // eslint-disable-next-line rulesdir/es_modules_import
 import type * as MobileThrottling from './mobile_throttling.js';
 
-export const UIStrings = {
+const UIStrings = {
   /**
   *@description Text for throttling the network
   */