import { DRepData, DrepDataDTO } from 'types';
export declare const mapDtoToDrep: (validationApiUrl: string, dto: DrepDataDTO) => Promise<DRepData>;
