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