import { Arbitrary } from 'fast-check';
import { SdkContextSchema } from './sdk-context-schema';
export declare const generate: () => Arbitrary<SdkContextSchema>;
