// This file was generated by a tool. Modifying it will produce unexpected behavior /** * @public */ export interface IExtensionStrings { /** * {Locked}Error to show when the manifest for a component id is not found. */ 'manifestNotFound': string; /** * {Locked}Error to show when the extension failed to initialize. {0} is the component id for the extension. */ 'extensionInitFailure': string; /** * {Locked}Error to show when the extension for a component id is not found. */ 'extensionLoadFailure': string; /** * {Locked}Error to show when the loaded class does not extend BaseExtension. */ 'expectingBaseExtension': string; /** * {Locked}Error to show when the loaded class does not extend the type expected by manifest. */ 'wrongExtensionType': string; } /** * @public */ declare const strings: IExtensionStrings; export default strings;