/** * 获取日期类型 * @param date * @param type * @returns */ export declare function getDateType(date: any, type?: string): string;