declare class BaseComponentName { static readonly SYSTEM = "system"; static readonly METRICS = "metrics"; static readonly REPORT = "report"; static readonly FILER = "filer"; } declare class BaseComponentBundle { static readonly REQUIRED: string[]; } export { BaseComponentName, BaseComponentBundle };