/** * A stamp signifying that an object is a `LazyReference`. * @ignore @internal */ export declare const LAZY_REFERENCE: unique symbol; /** * A stamp signifying that an object is a `InjectedFactory`. * @ignore @internal */ export declare const INJECTED_FACTORY: unique symbol;