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