import { ClassConstructor, Injectable } from '../types';
export declare function Inject(injectable: Injectable): (target: ClassConstructor, _propertyKey: string | symbol, parameterIndex: number) => void;
