/** * 返回当前时间的时间戳。 * * @example * now() * => 1392066795351 */ export declare const now: () => number;