export type { ServiceRef, ServiceRefOptions, ServiceFactory, PluginServiceFactoryOptions, RootServiceFactoryOptions, } from './types'; export { createServiceRef, createServiceFactory } from './types';