import { default as Graph } from 'graphology'; export declare function findPath(graph: Graph, source: string, target: string): import('graphology-shortest-path/unweighted').ShortestPath;