doum
2025-09-04 39558315f07fbef394ccc8a3888a4bd6c817a6f5
1
2
3
import Path from '../graphic/Path';
export declare function clone(path: Path, count: number): Path<import("../graphic/Path").PathProps>[];
export declare function split(path: Path, count: number): Path<import("../graphic/Path").PathProps>[];