export declare const isAnyYearlyPeriodId: (periodId: string) => boolean; export declare const isAnyMonthlyPeriodId: (periodId: string) => boolean; export declare const isAnyWeeklyPeriodId: (periodId: string) => boolean; export declare const isDailyPeriodId: (periodId: string) => boolean;