declare function toDurationString(seconds: number | string): string;
export default toDurationString;
