import * as _backstage_backend_plugin_api from '@backstage/backend-plugin-api'; import { LifecycleService } from '@backstage/backend-plugin-api'; /** * Registration of plugin startup and shutdown lifecycle hooks. * * See {@link @backstage/code-plugin-api#LifecycleService} * and {@link https://backstage.io/docs/backend-system/core-services/lifecycle | the service docs} * for more information. * * @public */ declare const lifecycleServiceFactory: _backstage_backend_plugin_api.ServiceFactory; export { lifecycleServiceFactory };