// This file was generated by a tool. Modifying it will produce unexpected behavior /** * @public */ export interface IManifestManagerStrings { /** * Manifest manager developer tools tab title. */ 'tabTitle': string; /** * Text to show when no manifest is selected in the manifest manager in the developer tools. */ 'noManifestSelected': string; } /** * @public */ declare const strings: IManifestManagerStrings; export default strings;