/**
 *
 * @param key The Key used to bind bean to the ApplicationContext
 * @returns The key with inversify injection
 * @description It is used to inject bean from the ApplicationContext
 * @author Inbanithi
 * @type Parameter Decorator
 */
declare function AutoInject(key: any): ParameterDecorator;

export { AutoInject };
