/** * New Graph Class Specifications * * Exports all 200+ new graph class type definitions. * AUTO-GENERATED by scripts/codegen/generate-graph-classes.ts * * @generated 2026-01-18 */ export type { ATFree, BullFree, C5Free, DistanceHereditary, GemFree, HHFree, P5Free, } from './forbidden-subgraph.js'; export type { CircularArc, Disk, ProperCircularArc } from './intersection.js'; export type { ProbeChordal, ProbeInterval } from './probe.js'; export type { Cliquewidth, Pathwidth } from './width.js'; export type { Modular, Ptolemaic, QuasiLine } from './perfect-variants.js'; export type { Planar } from './geometric.js'; //# sourceMappingURL=new-classes-index.d.ts.map