declare const convertDuration: (duration: number) => string; export default convertDuration;