/** 将日期格式化为适合文件名使用的本地日期字符串。 */ export declare function formatDateForFilename(date?: Date): string;