import * as _backstage_backend_plugin_api from '@backstage/backend-plugin-api'; /** * Plugin-level logging. * * See {@link @backstage/code-plugin-api#LoggerService} * and {@link https://backstage.io/docs/backend-system/core-services/logger | the service docs} * for more information. * * @public */ declare const loggerServiceFactory: _backstage_backend_plugin_api.ServiceFactory<_backstage_backend_plugin_api.LoggerService, "plugin", "singleton">; export { loggerServiceFactory };