export { humanizeTime }; declare function humanizeTime(milliseconds: number): `${string} seconds` | `${string} minutes`;