import { Ring } from './math'; type NormalizedRingInput = string | Ring; export declare function normalizeRing(ring: NormalizedRingInput, maxSegmentLength?: number): Ring; export {};