import { Instantiable } from '../Core'; import { ServiceManager } from './ServiceManager'; export declare type InjectedFactoryPluginType = (sm: ServiceManager, service?: Object) => Object; export declare const InjectedServiceFactory: (Service: Instantiable) => (sm: ServiceManager) => any;