/** * All core services references * * @public */ export declare namespace coreServices { /** * The service reference for the plugin scoped {@link AuthService}. * * @public */ const auth: import("../system").ServiceRef; /** * The service reference for the plugin scoped {@link UserInfoService}. * * @public */ const userInfo: import("../system").ServiceRef; /** * The service reference for the plugin scoped {@link CacheService}. * * @public */ const cache: import("../system").ServiceRef; /** * The service reference for the root scoped {@link RootConfigService}. * * @public */ const rootConfig: import("../system").ServiceRef; /** * The service reference for the plugin scoped {@link DatabaseService}. * * @public */ const database: import("../system").ServiceRef; /** * The service reference for the plugin scoped {@link DiscoveryService}. * * @public */ const discovery: import("../system").ServiceRef; /** * The service reference for the plugin scoped {@link HttpAuthService}. * * @public */ const httpAuth: import("../system").ServiceRef; /** * The service reference for the plugin scoped {@link HttpRouterService}. * * @public */ const httpRouter: import("../system").ServiceRef; /** * The service reference for the plugin scoped {@link LifecycleService}. * * @public */ const lifecycle: import("../system").ServiceRef; /** * The service reference for the plugin scoped {@link LoggerService}. * * @public */ const logger: import("../system").ServiceRef; /** * The service reference for the plugin scoped {@link PermissionsService}. * * @public */ const permissions: import("../system").ServiceRef; /** * The service reference for the plugin scoped {@link PluginMetadataService}. * * @public */ const pluginMetadata: import("../system").ServiceRef; /** * The service reference for the root scoped {@link RootHttpRouterService}. * * @public */ const rootHttpRouter: import("../system").ServiceRef; /** * The service reference for the root scoped {@link RootLifecycleService}. * * @public */ const rootLifecycle: import("../system").ServiceRef; /** * The service reference for the root scoped {@link RootLoggerService}. * * @public */ const rootLogger: import("../system").ServiceRef; /** * The service reference for the plugin scoped {@link SchedulerService}. * * @public */ const scheduler: import("../system").ServiceRef; /** * The service reference for the plugin scoped {@link TokenManagerService}. * * @public */ const tokenManager: import("../system").ServiceRef; /** * The service reference for the plugin scoped {@link UrlReaderService}. * * @public */ const urlReader: import("../system").ServiceRef; /** * The service reference for the plugin scoped {@link IdentityService}. * * @public */ const identity: import("../system").ServiceRef; }