export declare class PeriodsService { getYears(): string[]; getMonths(): string[]; getWeeks(): string[]; }