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