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