import { IPathItem, IPathResultItem } from '../../typings'; export declare const doCompute: (pathArr: IPathItem[][]) => IPathResultItem[][];