import { RVBusinessValuations, RVReportRequestParameter } from '../../types'; export declare const getBusinessValuationsParams: (data: RVBusinessValuations) => any; /** * Make API call to business valuations report */ export declare const getReportData: ({ filter, }: RVReportRequestParameter) => Promise;