import { IPathResultItem } from '../../typings'; export declare const itemMerge: (lastItem: IPathResultItem, pathItem: IPathResultItem) => void;