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