import { TestGraph } from '../generation/generators/types.js'; import { PropertyValidationResult } from './types.js'; /** * Validate CircularArc property. * Intersection graph of arcs on a circle * @param graph * @param _adjustments */ export declare const validateCircularArc: (graph: TestGraph, _adjustments?: Partial>) => PropertyValidationResult; /** * Validate ProperCircularArc property. * Circular arc graph with no arc containment * @param graph * @param _adjustments */ export declare const validateProperCircularArc: (graph: TestGraph, _adjustments?: Partial>) => PropertyValidationResult; //# sourceMappingURL=intersection.d.ts.map