import type { IPerformanceDisplayState } from '../Components/DeveloperModules/PerformanceDisplay/PerformanceDisplay'; export declare class PerformanceDisplayStateProvider { /** * This function parses through performance data and puts together some performance data (_IPerfItem) objects for the * component to display. If errors are encountered, the _errorMessage variable is set and the function returns an * empty array. The component checks for the presence of an error message to determine if something went wrong. */ static getState(): IPerformanceDisplayState; /** * Splits the WebPart id to access the alias. */ private static _getReadableWebpartName; } //# sourceMappingURL=PerformanceDisplayStateProvider.d.ts.map