export { humanizeTime };
declare function humanizeTime(milliseconds: number): string;
