/** * UTC time in seconds, counted from January 1, 1970. * * @export */ export declare type TimeSinceEpoch = number;