import { IPathResultItem } from '../../typings'; export declare const computeZ: (pathResult: IPathResultItem[], pos: number[]) => number[];