export type { ServiceRef, ServiceRefConfig, ServiceFactory, PluginServiceFactoryConfig, RootServiceFactoryConfig, ServiceFactoryOrFunction, } from './types'; export { createServiceRef, createServiceFactory } from './types';