import { Type, InjectionToken, InjectFlags } from '@angular/core'; export declare function NarikInject(token: Type | InjectionToken | any, notFoundValue?: T, flags?: InjectFlags): (target: any, key: string) => void; export declare function NarikGlobalInject(token: Type | InjectionToken | any, notFoundValue?: T, flags?: InjectFlags): (target: any, key: string) => void;