import type { XYPair, ArcKey } from '../../types'; export declare function buildArcStringKey(a: XYPair, b: XYPair): ArcKey;