import type { DependencyContainer } from 'tsyringe';
import type { ServiceInstance } from '../types';
export declare function useHandleLifecycle(container: DependencyContainer, resolvedServices: Set<ServiceInstance>): Set<ServiceInstance>;
