// https://nodejs.org/api/crypto.html
// https://github.com/unjs/uncrypto
export declare const subtle: SubtleCrypto;
export declare const randomUUID: Crypto["randomUUID"];
export declare const getRandomValues: Crypto["getRandomValues"];
