import { IConvertationOptions } from './types.js'; import { JSONSchema7 } from 'json-schema'; import { AvroTypes } from './avro-types.enum.js'; import { AvroLogicalTypes } from './avro-logical-types.enum.js'; export declare const convert: (jsonSchema: JSONSchema7, options?: IConvertationOptions) => import("./types.js").AvroSchemaResult; export { AvroTypes, AvroLogicalTypes }; export * from './types.js';