import { RootLifecycleService } 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 rootLifecycleServiceFactory: () => import("@backstage/backend-plugin-api").ServiceFactory;