export declare const Scope: { readonly Singleton: "singleton"; readonly Scoped: "scoped"; }; export type Scope = (typeof Scope)[keyof typeof Scope]; //# sourceMappingURL=scope.d.ts.map