import * as CubicCurve2d from '../curve/cubic2d.ts'; import type * as Matrix4x4 from '../matrix/matrix4x4.ts'; import type { Vector2 } from '../vector/vector2.ts'; export declare function toPointQuads(points: Iterable, stride: 1 | 2 | 3): Generator; export declare function toCurves(points: Iterable, matrix: Matrix4x4.Matrix4x4, stride: 1 | 2 | 3): Generator, void, unknown>;