import { Point } from '../types'; export declare const generatePath: (points: Array) => string;