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