// This file was generated by a tool. Modifying it will produce unexpected behavior /** * @public */ export interface IServiceWorkerTabStrings { /** * Service worker debugging and management. */ 'tabTitle': string; /** * Text to show when a service worker tool tab is loading. */ 'serviceWorkerTabLoadingText': string; } /** * @public */ declare const strings: IServiceWorkerTabStrings; export default strings;