import { PDFOperator } from '../core';
export declare const svgPathToOperators: (path: string) => PDFOperator[];
