export declare const Scope: { REQUEST: "request"; SINGLETON: "singleton"; }; export declare const Errors: { NOT_FOUND: string; CIRCULAR_DEP: string; REQUIRE_MULTI: string; MIXED_MULTI: string; WRONG_FORMAT: string; }; //# sourceMappingURL=constant.d.ts.map