import type { PathCommand } from './types'; export declare function path2Curve(path: PathCommand[] | string, needZCommandIndexes?: boolean): PathCommand[] | (number[] | PathCommand[])[];