import { Calendar } from '../../PredefinedConfig/RunTimeState/CalendarState'; export declare function getSystemCalendars(): Calendar[]; export declare const CalendarHelper: { getSystemCalendars: typeof getSystemCalendars; }; export default CalendarHelper;