/**
 * some useful references:
 * https://stackoverflow.com/questions/29438398/cheap-way-of-calculating-cubic-bezier-length
 * https://stackoverflow.com/questions/1147249/connecting-catmull-rom-splines-together-and-calculating-its-length
 * @param {Path} path
 * @param {number} epsilon
 */
export function estimatePathViaIterativeIntegral(path: Path, epsilon: number): number;
//# sourceMappingURL=estimatePathViaIterativeIntegral.d.ts.map