import { LifecycleService } from '@backstage/backend-plugin-api'; /** * Allows plugins to register shutdown hooks that are run when the process is about to exit. * @public */ export declare const lifecycleServiceFactory: () => import("@backstage/backend-plugin-api").ServiceFactory;