import { Arbitrary } from 'fast-check';
import { PlaygroundRequestSchema } from '../../../lib/openapi/spec/playground-request-schema';
export declare const generate: () => Arbitrary<PlaygroundRequestSchema>;
