import type { Attribs } from "./api.js"; import type { Vec } from "@thi.ng/vectors"; import { Line } from "./api/line.js"; export declare function line3(a: Vec, b: Vec, attribs?: Attribs): Line; export declare function line3(pts: Iterable, attribs?: Attribs): Line; //# sourceMappingURL=line3.d.ts.map