import type { SVGCommand } from './types.js'; export declare function encodeSVGPath(commands: SVGCommand | SVGCommand[]): string;