﻿/**
 * Returns the current Epoch timestamp in milliseconds.
 */
export declare function epochInMilliseconds(): number;
