import ReportWrapper from '../ReportWrapper';
/**
 * Properties where the quarters add up to FY resolved if 1 of the 5 reports is missing.
 */
export declare function resolveFiscalYearCumulativeProperties(report: ReportWrapper): void;
