import { CashFlowReportViewCalculatedSectionID, CashFlowReportViewID, CashFlowReportViewSectionID } from './cashFlowPayload'; export declare const CASH_FLOW_GROUPED_HIDDEN_IDS: CashFlowReportViewID[]; export declare const CASH_FLOW_GROUPED_OPERATING_IDS_IN_ORDER: ("operatingActivitiesAdjustments" | "operatingActivitiesTotal" | "operatingActivitiesNetIncome")[]; export declare const CASH_FLOW_GROUPED_INVESTING_IDS_IN_ORDER: ("investingActivities" | "investingActivitiesTotal")[]; export declare const CASH_FLOW_GROUPED_FINANCING_IDS_IN_ORDER: ("financingActivities" | "cashAndEquivalentsOpeningBalance" | "cashAndEquivalentsClosingBalance" | "changeInCashAndEquivalents" | "financingActivitiesTotal")[]; export declare const CASH_FLOW_GROUPED_IDS_IN_ORDER: CashFlowReportViewID[]; export declare const CASH_FLOW_GROUPED_SECTION_IDS: CashFlowReportViewSectionID[]; export type CashFlowGroupedBreakdownID = CashFlowReportViewSectionID | CashFlowReportViewCalculatedSectionID; export declare const CASH_FLOW_GROUPED_CALCULATED_IDS: CashFlowReportViewCalculatedSectionID[]; /** * Rows rendered with a per-class/per-project breakdown: the account sections * plus the aggregates the response groups. Derived from the two lists above so a * new grouped aggregate only has to be added once. */ export declare const CASH_FLOW_GROUPED_BREAKDOWN_IDS: CashFlowGroupedBreakdownID[];