import type { PathDataType } from './types'; export declare const createSVGPath: (points: PathDataType, tolerance: number, roundPoints: boolean) => string;