import _randomBytes from "randombytes"; export function randomBytes(length) { return _randomBytes(length); } //# sourceMappingURL=index.js.map