import { Month, Quarter } from '../timePeriod'; import { TimeframeTick } from '../timeframeTick'; export declare function getActualPeriodOfFYQtr(firstMonthOfFY: Month, fyQuarter: Quarter, fyYear: number): TimeframeTick; export declare function getActualPeriodOfFY(firstMonthOfFY: Month, fyYear: number): TimeframeTick;