import type { AbstractNewable } from './AbstractNewable.js'; import type { Newable } from './Newable.js'; export type ServiceIdentifier = string | symbol | Newable | AbstractNewable; //# sourceMappingURL=ServiceIdentifier.d.ts.map