import { CheckoutConfiguration } from '../config'; import { AssessmentResult } from './common'; /** * @deprecated This function is deprecated and will be removed. * @param addresses * @param config * @returns */ export declare const fetchRiskAssessment: (addresses: string[], config: CheckoutConfiguration) => Promise;