/** * Transforms Date's object time part to a string. */ export declare const formatTime: (value: Date) => string;