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