/** * IDs of well-known services used by the framework itself. */ export declare enum FrameworkServiceType { APP_CONTEXT = "app-context", AUTHENTICATION = "authentication", BRANDING = "branding", COMPONENT_FACTORY = "component-factory", COMPONENT_REGISTRY = "component-registry", ICON_REGISTRY = "icon-registry", INJECTION_CONTAINER = "injection-container", MESSAGE_BUS = "message-bus", REGION = "region", REQUEST_HELPER = "request-helper", SERVICE_FACTORY = "service-factory", SERVICE_REGISTRY = "service-registry", TOOL_REGISTRY = "tool-registry", UI = "ui", UI_CONTEXT_FACTORY = "ui-context-factory" }