/**
 * Format timestamp into a time string.
 */
declare function toTimeString(ms: any): string;
export default toTimeString;
