/**
* Secure PRNG - Random bytes from webcrypto
*
* @param {number} length - The length of the random bytes
*/exportfunctionrandomBytes(length?: number): Uint8Array<ArrayBuffer>;
exportconstwebcrypto: Crypto;
//# sourceMappingURL=crypto-browser.d.ts.map