import { TaoFestival } from './TaoFestival';
export declare class TaoUtil {
    static SAN_HUI: string[];
    static SAN_YUAN: string[];
    static WU_LA: string[];
    static AN_WU: string[];
    static BA_HUI: {
        [key: string]: string;
    };
    static BA_JIE: {
        [key: string]: string;
    };
    static FESTIVAL: {
        [key: string]: TaoFestival[];
    };
}
