import { TaoFestival } from './TaoFestival';
export declare class TaoUtil {
    static FESTIVAL_DAYS: string[];
    static SEASONAL_DAYS: string[];
    static TRADITIONAL_DAYS: string[];
    static LUNAR_POSITIONS: string[];
    static SEASONAL_TERMS: {
        [key: string]: string;
    };
    static SOLAR_TERMS: {
        [key: string]: string;
    };
    static FESTIVAL: {
        [key: string]: TaoFestival[];
    };
}
