import { COABalancesFilterProjectView } from '../../commonStateTypes/coaBalance/coaBalancesFilterProjectView'; import { AccountState } from '../../entity/account/accountState'; import { ProjectState } from '../../entity/project/projectState'; import { SectionProjectViewState } from '../../entity/sectionProjectView/sectionProjectViewState'; import { PandLReportViewCalculatedSectionID, PandLReportViewSectionID } from '../profitAndLossClassesView/profitAndLossClassesViewSelectorTypes'; import { ProfitAndLossProjectViewReport } from './profitAndLossProjectViewSelectorTypes'; import { ProfitAndLossProjectViewState } from './profitAndLossProjectViewState'; export declare const profitAndLossProjectIdsInOrder: (PandLReportViewSectionID | PandLReportViewCalculatedSectionID)[]; export declare const getProfitAndLossProjectView: (filter: COABalancesFilterProjectView, accountState: AccountState, projectState: ProjectState, sectionsState: SectionProjectViewState, profitAndLossProjectViewState: ProfitAndLossProjectViewState) => ProfitAndLossProjectViewReport;