export declare const InjectTransient: () => (_targetFn: any, _propertyKey?: string, descriptor?: PropertyDescriptor) => void;
export declare const InjectScoped: () => (_targetFn: any, _propertyKey?: string, descriptor?: PropertyDescriptor) => void;
export declare const InjectSingleton: () => (_targetFn: any, _propertyKey?: string, descriptor?: PropertyDescriptor) => void;
