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