import { IPosition } from '../../../'; export declare const generateCurvePath: (startPos: IPosition, endPos: IPosition) => string;