import I_NavigatorTile from '../pathfinding/NavigatorTile/I_NavigatorTile'; declare type onExplore = (tile: I_NavigatorTile) => void; declare type onComplete = (path: I_NavigatorTile[]) => void; export { onExplore, onComplete }; //# sourceMappingURL=navigator.d.ts.map