import type { Point } from '../types'; export declare const stringifyPoints: (points: Point[]) => string;