import { fc } from "@fast-check/vitest";
import type { Value } from "./btree.js";
export declare const arbitraryValue: fc.Arbitrary<Value>;
//# sourceMappingURL=arbitrary.helpers.d.ts.map