import type { PathArray } from '../types';
export declare function fixArc(pathArray: PathArray, allPathCommands: string[], i: number): void;
