import type { DateTimeDisplayFormatPreset } from '../types'; /** * PisellDateTimeDisplay 按语言预设的格式 * - zh-cn:完整日期 - 时间 星期(如 2025-12-31 - 2:00 周四);默认不展示相对日,可传 dateFormat.showRelativeDay: true 开启 * - en:时间 星期, 日期(如 2:00 Sat, 21 Mar, 2026);默认不展示相对日,可传 dateFormat.showRelativeDay: true 开启 */ export declare const DATETIME_DISPLAY_FORMATS: Record>;