import { Arbitrary } from 'fast-check';
import { PlaygroundFeatureSchema } from './playground-feature-schema';
export declare const generate: () => Arbitrary<PlaygroundFeatureSchema>;
