import { DependencyContainer } from 'tsyringe';
import { ProviderProps, ServiceInstance } from '../types';
export declare function registerServices(container: DependencyContainer, services: ProviderProps<any>['provide']): Set<ServiceInstance>;
