declare function durationFormat(duration: number, mask?: string): string; export default durationFormat;