import "reflect-metadata/Reflect";
/**
 * Method to inject dependency
 * @param target target objectto inject dependency
 * @param source source object which will hold dependency object
 */
export declare function circularInjection(target: any, source: any): void;
