/** * Used for representing seconds into a human readable string like 6 hours and 50 minutes. * This is primarily used to represent how long to wait for a rate limit. * @param seconds The number of seconds to convert to a human readable string. * @returns A human readable string representing the number of seconds. */ export declare function secondsToHumanReadableTime(seconds: number): string; //# sourceMappingURL=time.d.ts.map