export type DataType = 'new_moons' | 'solar_terms' | 'full_moons'; export declare function loadData(dataType: DataType, year: number): Promise;