// This file was generated by a tool. Modifying it will produce unexpected behavior /** * @public */ export interface ISystemsJsStrings { /** * {Locked}An error to show when a user tries to execute System.config(), as that method is disabled. */ 'systemConfigDisabledError': string; } /** * @public */ declare const strings: ISystemsJsStrings; export default strings;