import type { ISchemaContainer } from '../shared/types/schema.js'; import type { IArc } from './types/arc.js'; import type { IWrapArc } from '../wrapper/types/arc.js'; /** * Schema serialization for v2 `Arc`. */ export declare const arc: ISchemaContainer; //# sourceMappingURL=arc.d.ts.map