export declare const formatPathNumber: (value: number) => string;
export declare const pointCommand: (command: "M" | "L", x: number, y: number) => string;
export declare const cubicCommand: (c1x: number, c1y: number, c2x: number, c2y: number, x: number, y: number) => string;
export declare const horizontalCommand: (x: number) => string;
export declare const verticalCommand: (y: number) => string;
//# sourceMappingURL=path.d.ts.map