import { ULTIPA } from '../types';
export declare function getPathsPrintInfo(paths: ULTIPA.Paths): any[];
export declare function printPath(d?: ULTIPA.DataItem): void;
