import type { Cache } from '../storage'; export declare function getNonceWithCache(cache: Cache): Promise; export declare function getNonce(): number; //# sourceMappingURL=nonce.d.ts.map