import type { AvroSchema } from '../types';
export declare function avroToJsonSchema(avroSchema: AvroSchema): Record<string, any>;
