import { GetPaths, PathFind } from './pathfind-types';
import { RippleAPI } from '..';
declare function getPaths(this: RippleAPI, pathfind: PathFind): Promise<GetPaths>;
export default getPaths;
//# sourceMappingURL=pathfind.d.ts.map