import { Vec3 } from '../../utils/vectors'; import type { GlyphContours } from '../types'; export declare class BoundaryClusterer { constructor(); cluster(glyphContoursList: GlyphContours[], positions: Vec3[]): number[][]; private clusterSweepLine; private getWorldBounds; }