import type Vector from './vector'; export declare const getRoundedPolygon: (points: Vector[], r: number) => string[]; //# sourceMappingURL=rounded-polygon.d.ts.map