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