/** * 毫秒转时间格式 * @example formatDuration(3661000) → "01:01:01" */ export declare const formatDuration: (ms: number) => string;