import { GeneratorArbitrary } from './_internals/GeneratorArbitrary.js';
export function gen() {
return new GeneratorArbitrary();
}