type NumObject = {
    [key: string]: any;
    [key: number]: any;
};
export declare const STEMS: NumObject;
export declare const ZODIAC_BRANCHES: NumObject;
export declare const SOLAR_TERM: NumObject;
export {};
