import { RVFormattedPieResponse, RVOptions, RVIncomeStatementsSummary, RVReportRequestParameter } from '../../types'; export declare const getOptionsIncomeStatements: (summary: RVIncomeStatementsSummary, options: RVOptions) => any; /** * Make API call based on expected parameters for pie data type */ export declare const getReportData: ({ filter, }: RVReportRequestParameter) => Promise;