import type { Point } from '../../../types'; export declare function getArrowPosition(line: Point[]): Point[];