import { FileType, Month, TimeframeTick } from '@zeniai/client-epic-state'; import { AllowedTimeframe } from '../../common/downloadReport/types/downloadReportOptions'; export declare const quarters: string[]; export declare const months: string[]; export declare const maxTimePeriods: Record; export declare const getYears: (firstMonthOfFY: Month, timeframe: AllowedTimeframe, dataAvailable: TimeframeTick) => string[];