import { Elements } from 'react-flow-renderer'; import { MapProfile } from '../../model/mapmodel'; import { MMELRepo, RepoIndex } from '../../model/repo'; declare type Maps = Record; export declare function repoMapExploreNode(repo: MMELRepo, index: RepoIndex, map: MapProfile, maps: Maps, loadModel: (x: string) => void): Elements; export {}; //# sourceMappingURL=RepoMap.d.ts.map