import { RVFormattedTransactionResponse, RVReportRequestParameter } from '../../types'; /** * Make API call based on expected parameters for invoices and bills data type */ export declare const getReportData: ({ filter, }: RVReportRequestParameter) => Promise;