declare const durationUtil: {
    msToFriendly(duration: number): string;
};
export default durationUtil;
