import { ObjectGraph } from './ObjectGraph'; import { Constructable, ServiceLocator as ServiceLocatorType } from '../types'; export default class ServiceLocatorFactory { static fromGraph, P = any>(keyOrGraph: string | Constructable, props?: P): ServiceLocatorType; } //# sourceMappingURL=ServiceLocatorFactory.d.ts.map