import { InjectionScopeEnum } from './injection-scope.enum'; export interface InjectionOptions { scope: InjectionScopeEnum; } //# sourceMappingURL=injection-options.d.ts.map