export declare const sampleCubic: (pts: import("@thi.ng/vectors").ReadonlyVec[], opts?: number | Partial) => import("@thi.ng/vectors").Vec[]; export declare const sampleCubicArray: (segments: import("@thi.ng/vectors").ReadonlyVec[][], closed: boolean | undefined, opts: number | Partial) => any[]; //# sourceMappingURL=cubic-sample.d.ts.map