import { PdfOperator } from "../custom"; interface ParsedPdfPaths { operator: PdfOperator; values: number[]; } export declare const svgPointsToPdfPaths: (svgPoints: string, connectLastWithFirst?: boolean) => ParsedPdfPaths[]; export {}; //# sourceMappingURL=svgPointsToPdfPaths.util.d.ts.map