import { Path, PointField } from '../types/path'; export declare class PointPerDistance { private constructor(); static compute(path: Path, minDist: number, maxDist: number, fields?: PointField[]): Path; } //# sourceMappingURL=PointPerDistance.d.ts.map