import { Newable } from './Newable';
export type ServiceIdentifier<TInstance = unknown> = string | symbol | Newable<TInstance> | Function;
//# sourceMappingURL=ServiceIdentifier.d.ts.map