/** * The lifetime of a entry in the container. * * @public */ export type Lifetime = 'transient' | 'singleton'; //# sourceMappingURL=Lifetime.d.ts.map