// This file was generated by a tool. Modifying it will produce unexpected behavior /** * @public */ export interface IDebugErrorStrings { /** * Detail on why debug manifests failed to load. */ 'debugManifestErrorDetail': string; /** * Text on the "dismiss" button on the manifest loading error dialog. */ 'debugManifestErrorDismissButtonText': string; } /** * @public */ declare const strings: IDebugErrorStrings; export default strings;