/**
* @file Type Definitions - TimestampUnix
* @module tutils/types/TimestampUnix
*//**
* Number of seconds between a particular date and the Unix Epoch.
*
* @see https://unixtimestamp.com
*/declaretypeTimestampUnix = number;
export { typeTimestampUnixasdefault };