import 'reflect-metadata'; import { ManaSyringe } from '@antv/xflow-core'; import type { IModuleConfig } from '@antv/xflow-core'; import type { IMinimapOptions } from './interface'; /** 依赖扩展模块,必须要加载 */ declare const createModule: (config: IModuleConfig) => ManaSyringe.SyringeModule; export { createModule };