import { AccountGroupReport } from './accountGroupSelector'; export declare function pickAndMergeForecastAcGroupReport(reportA: AccountGroupReport, reportF: AccountGroupReport): AccountGroupReport; export declare function pickAndMergeForecastAccountGroups(acGroupsA: AccountGroupReport[], acGroupsF: AccountGroupReport[]): AccountGroupReport[];