/** * Secure PRNG - Random bytes from webcrypto * * @param {number} length - The length of the random bytes */ export function randomBytes(length?: number): Uint8Array; export const webcrypto: Crypto; //# sourceMappingURL=crypto.d.ts.map