/**
 * Convert a date to its UNIX timestamp equivalent.
 *
 * @param date - The date object to convert.
 * @returns A UNIX timestamp.
 */
export declare function toUnixTimestamp(date: Date): number;
/**
 * Get the current UNIX timestamp.
 *
 * @returns The current UNIX timestamp.
 */
export declare function getCurrentUnixTimestamp(): number;
//# sourceMappingURL=time.d.cts.map