/** * Compute the current unix timestamp in milliseconds */ declare function nowUnixMs(): number; export { nowUnixMs, nowUnixMs as default };