import type { Attribs } from "./api.js"; import type { Vec } from "@thi.ng/vectors"; import { Polyline3 } from "./api/polyline3.js"; export declare const polyline3: (pts: Iterable, attribs?: Attribs) => Polyline3; //# sourceMappingURL=polyline3.d.ts.map