/**
 * Returns current unix timestamp (The number of seconds since midnight (00:00:00 UTC) on January 1, 1970)
 */
export declare function timestamp(): number;
