/// import { Transform } from "stream"; import { SVGCommand } from "./SVGPathData"; export declare class SVGPathDataEncoder extends Transform { constructor(); _transform(commands: SVGCommand | SVGCommand[], encoding: string, done: () => void): void; }