/**
 * 格式化日期
 */
export declare function format(date: Date, showToday?: boolean, showYear?: boolean): string;
/**
 * 格式化时间
 */
export declare function formatTime(date: Date): string;
