import { DateInfo } from "../common/date"; import { TianDiPan } from "./type"; /** * 月将加在占时的时辰之上,然后将十二地支按顺时针依次排列在各地盘地支之上 */ export declare const getTianDiPan: (date: DateInfo) => TianDiPan; export declare const getGongIndex: (tianDiPan: TianDiPan, zhi: string) => number;