import { TgdPainterSegmentsData } from "@tolokoban/tgd"; import type { Structure } from "./structure"; export declare function makeSegments3D(structure: Structure, map: Map): TgdPainterSegmentsData; export declare function makeSegmentsDendrogram(structure: Structure, map: Map): TgdPainterSegmentsData; //# sourceMappingURL=segments.d.ts.map