import { Month } from '../../timePeriod'; import { TimeframeTick } from '../../timeframeTick'; import { COABalance, COABalanceTimeFrame } from '../coaBalance'; import { COABalancesOrder } from '../coaBalancesFilter'; export declare function getSamePeriodLastYearBalance(timeframe: COABalanceTimeFrame, resultSlice: COABalance[], resultBalanceOrder: COABalancesOrder, allBalancesOrderedAsc: COABalance[]): COABalance | undefined; export declare function getThisPeriodForLastYear(firstMonthOfFY: Month, thisPeriod: TimeframeTick, timeframe: COABalanceTimeFrame): TimeframeTick;