import type { IWrapArc } from './types/arc.js'; import type { DeepPartial } from '../../../types/utils.js'; export declare function createArc(data?: DeepPartial): IWrapArc; //# sourceMappingURL=arc.d.ts.map