import { type Arbitrary } from 'fast-check';
import { type PlaygroundFeatureSchema } from './playground-feature-schema.js';
export declare const generate: () => Arbitrary<PlaygroundFeatureSchema>;
//# sourceMappingURL=playground-feature-schema.test.d.ts.map