import { TransformedPoint } from '../types';
export declare function drawLineStrip<T>(vertices: ReadonlyArray<TransformedPoint<T>>): string;
