/** 获取保证递增的时间戳 * 每次获取都保证比上次获取的时间戳大 * */ export declare function getIncreaseTimestamp(): number; //# sourceMappingURL=getIncreaseTimestamp.d.ts.map