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