export declare enum DependencyLifeTime {
    Transient = 0,
    Scoped = 1,
    Singleton = 2
}
