export interface CDTResult { triangles: Uint32Array; triCount: number; coords: Float64Array; } export declare function sweepTriangulate(coords: Float64Array, edges: Uint32Array | null, holes: Float64Array | null): CDTResult; //# sourceMappingURL=SweepCDT.d.ts.map