import { PackageIdentifier } from "../types/reflection/identifier.type"; export interface InjectedDependancyMetadata { token: PackageIdentifier; }