import { Container } from 'inversify';
/**
 * Dependency injection container that bundles all needed sprotty and custom modules to allow SKGraphs to be drawn with sprotty.
 */
export default function createContainer(widgetId: string): Container;
//# sourceMappingURL=di.config.d.ts.map