import { Container } from "inversify"; import "reflect-metadata"; export declare class DI { static readonly container: Container; static readonly TRACKER: symbol; static readonly DOMAIN_POLICY: symbol; static readonly ENVIRONMENT: symbol; static readonly BOB_REQUEST_PIPELINE_FACTORY: symbol; static readonly BOB_PORT: symbol; static readonly BOB_SERVER: symbol; static readonly CACHING_POLICY: symbol; static readonly CACHE_PROVIDER: symbol; static readonly CACHE: symbol; static readonly REQUEST_DISPATCHER: symbol; static readonly HTML_REPOSITORY: symbol; static readonly MANIFEST_REPOSITORY: symbol; static readonly ERROR_REPORTER: symbol; static readonly PASSTHROUGH: symbol; static readonly ERROR_MIDDLEWARE: symbol; }