import type { Attribs, Vec2Like } from "./api.js"; export declare const polyline: (pts: Vec2Like[], attribs?: Attribs, ...body: any[]) => any[]; //# sourceMappingURL=polyline.d.ts.map