export declare const IsDecorated: unique symbol; export declare const TypeIdentity: unique symbol; export declare const OriginalCtor: unique symbol; export declare const DecoratedCtor: unique symbol; export declare const ServiceTypes: unique symbol; /** * Symbol used to store the container instance on the container that * is used to resolve the container instance. */ export declare const Container: unique symbol; /** * Symbol used to store the service GUID on the container. */ export declare const ServiceGuid: unique symbol; /** * Symbol used to mark the root container */ export declare const ContainerRoot: unique symbol; export declare const InjectParameterPrefix = "di:parameters"; export declare const InjectedProperties: unique symbol; export declare const InjectedParameters: unique symbol; /** * Metadata key for constructor arguments supplied by `@inject.new(...)`. */ export declare const InjectedConstruction: unique symbol; export declare const InjectedPropertyKey: unique symbol; //# sourceMappingURL=container.symbols.d.ts.map