export declare const calcPointSegmentDistance: (x: any, y: any, x0: any, y0: any, x1: any, y1: any) => number;