export declare const UIStrings: { /** *@description Text to indicate the status of a heap snapshot in the Performance Pane */ buildingEdgeIndexes: string; /** *@description Text to indicate the status of a heap snapshot in the Performance Pane */ buildingRetainers: string; /** *@description Text to indicate the status of a heap snapshot in the Performance Pane */ propagatingDomState: string; /** * @description Text to indicate the status of a heap snapshot in the Performance Pane. Flag here * refers to the programming concept for a piece of binary data (yes/no). */ calculatingNodeFlags: string; /** *@description Text to indicate the status of a heap snapshot in the Performance Pane */ calculatingDistances: string; /** *@description Text to indicate the status of a heap snapshot in the Performance Pane */ buildingPostorderIndex: string; /** *@description Text to indicate the status of a heap snapshot in the Performance Pane */ buildingDominatorTree: string; /** *@description Text to indicate the status of a heap snapshot in the Performance Pane */ calculatingRetainedSizes: string; /** *@description Text to indicate the status of a heap snapshot in the Performance Pane */ buildingDominatedNodes: string; /** *@description Text to indicate the status of a heap snapshot in the Performance Pane */ calculatingStatistics: string; /** *@description Text to indicate the status of a heap snapshot in the Performance Pane */ calculatingSamples: string; /** *@description Text to indicate the status of a heap snapshot in the Performance Pane */ buildingLocations: string; /** *@description Text to indicate the status of a heap snapshot in the Performance Pane */ finishedProcessing: string; /** *@description Text to indicate the status of a heap snapshot in the Performance Pane */ buildingAllocationStatistics: string; /** *@description Text to indicate the status of a heap snapshot in the Performance Pane */ done: string; /** *@description Text in Heap Snapshot Loader of the Memory panel when taking a heap snapshot */ processingSnapshot: string; /** *@description Text to indicate the status of a heap snapshot in the Performance Pane */ parsingStrings: string; /** *@description Text in Heap Snapshot Loader of the Memory panel when taking a heap snapshot */ loadingSnapshotInfo: string; /** *@description Text in Heap Snapshot Loader of the Memory panel when taking a heap snapshot *@example {38} PH1 */ loadingNodesD: string; /** *@description Text in Heap Snapshot Loader of the Memory panel when taking a heap snapshot *@example {30} PH1 */ loadingEdgesD: string; /** *@description Text in Heap Snapshot Loader of the Memory panel when taking a heap snapshot *@example {30} PH1 */ loadingAllocationTracesD: string; /** *@description Text in Heap Snapshot Loader of the Memory panel when taking a heap snapshot */ loadingSamples: string; /** *@description Text in Heap Snapshot Loader of the Memory panel when taking a heap snapshot */ loadingLocations: string; /** *@description Text in Heap Snapshot Loader of the Memory panel when taking a heap snapshot */ loadingStrings: string; };