/** * Compare two given time and return comparison */ export declare function getHumanReadableStringFromTime(prevTime: string, nextTime: string | number): string; //# sourceMappingURL=getHumanReadableStringFromTime.d.ts.map