import { Position } from './types'; export declare function getAngle({ x: x1, y: y1 }: Position, { x: x2, y: y2 }: Position): number; export declare function getTransformAlong(path: SVGPathElement, offset: number, delta?: number, needRotate?: boolean): string; //# sourceMappingURL=utils.d.ts.map