/**
 * @dgService getInjectables
 * @kind function
 * @description
 * Use the injector to get a collection of service instances from a collection of injectable factories
 */
export declare function getInjectablesFactory(injector: any): (factories: any) => any;
