export declare function getAstroMonth({ year, fixLeap, locale }: {
    year: number;
    fixLeap?: boolean;
    locale?: string;
}): {
    solarDate: string;
    lunarDate: string;
    monthly: {
        index: number;
        name: string;
        heavenlyStem: import("iztro/lib/i18n").HeavenlyStemName;
        earthlyBranch: import("iztro/lib/i18n").EarthlyBranchName;
        palaceNames: import("iztro/lib/i18n").PalaceName[];
        mutagen: import("iztro/lib/i18n").StarName[];
    };
}[];
//# sourceMappingURL=getAstroMonth.d.ts.map