import type * as Merge from "../../../index"; /** * The company the cash flow statement belongs to. */ export type CashFlowStatementCompany = string | Merge.accounting.CompanyInfo;