import 'reflect-metadata'; import { InjectedFactoryPluginType } from '../InjectedServiceFactory'; export declare const inject: (dependency?: any, plugin?: InjectedFactoryPluginType) => (target: Object, property: string) => void; export declare const getDependencies: (target: Object) => any;