import { ServiceKeyType } from './ServiceManagerConfigInterface'; export interface ServiceManagerInterface { get(Service: ServiceKeyType): T; }