export enum Scope { Transient = 'transient', Singleton = 'singleton', } // Keep in sync with import { Scope } from '@typed-inject';