export declare enum Scope {
    Transient = "transient",
    Singleton = "singleton"
}
//# sourceMappingURL=scope.d.ts.map