/** * @param * @return {string} 当前时间字符串 * @description: 获取当前日期(getLocalDate) */ export declare const getLocalDate: () => string;