import { Injector } from "../Injector"; /** * Mapping factory provide type */ export declare type ProviderValueFactory = (injector?: Injector) => T;