export declare enum Lifestyle {
    Transient = 1,
    Scoped = 2,
    Singleton = 3,
    Instance = 4
}
//# sourceMappingURL=lifestyle.d.ts.map