import { IPathResultItem } from '../../typings'; export declare const shortenDigit: (pathItem: IPathResultItem, digit1: number, digit2: number) => number[];