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

export = durationFormat;
