import { IConstructor } from "../builder/IConstructor"; export declare function ProviderFromConstructor(constructor: IConstructor): { provide: IConstructor; inject: any; useFactory: (...args: any[]) => any; scope: any; };