// This file was generated by a tool. Modifying it will produce unexpected behavior /** * @public */ export interface IFlightInspectorTabStrings { /** * Manifest manager developer tools tab title. */ 'tabTitle': string; /** * Text to show when a flight inspector tool tab is loading. */ 'flightInspectorTabLoadingText': string; } /** * @public */ declare const strings: IFlightInspectorTabStrings; export default strings;