/** 带 i18n 的时长展示 */ export declare const formatDurationI18n: (minutes: number) => string; export declare const t: (key: string) => string;