import { Configuration } from './CalendarConfig'; /** * ConfigManager - Static configuration loader * Loads JSON and creates Configuration instance */ export declare class ConfigManager { /** * Load configuration from JSON and create Configuration instance */ static load(): Promise; }