import { DateInfo } from "../common/date"; import { ShenSha } from "./type"; export declare const getShenSha: (date: DateInfo) => ShenSha;