/**
 * Returns a timestamp string in a "HH:MM:SS" format.
 */
declare function getTimestamp(): string;

export { getTimestamp };
