import { Edge, Node } from 'react-flow-renderer'; import { MapProfile } from '../../model/mapmodel'; import { ModelWrapper } from '../../model/modelwrapper'; import { MMELRepo, RepoIndex } from '../../model/repo'; declare type Maps = Record; declare type Settings = Record; export declare function repoAutoMapExplore(repo: MMELRepo, index: RepoIndex, map: MapProfile, maps: Maps): Promise<[Record, Edge[], Settings, Settings]>; declare type MapOption = Record; export declare function repoMapAI(map: MapProfile, maps: Maps, models: Record, froms: MapOption, tos: MapOption): Promise<[MapProfile, number]>; export {}; //# sourceMappingURL=AutoMap.d.ts.map