import type { ContestMap } from '../av_client/types'; declare function nistCvrToAvCvr(xml: string): ContestMap; declare const _default: { nistCvrToAvCvr: typeof nistCvrToAvCvr; }; export default _default;