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