export declare function getRemainingTime(ms: number): string; export declare function timeRemaining(duration: number, short?: boolean): string; export declare function getDifferenceInMs(timestamp: number): number; export declare function timeAgo(timestamp: number, short?: boolean): string;