import { Type, InjectionToken } from './type'; export declare function Inject(token: Type | InjectionToken): (target: Type, _key: string | symbol | undefined, paramIndex: number) => void;