import { AvroSchemaResult } from './types.js'; export declare const normalizeName: (fileName: string) => string; export declare const getValuable: (obj: AvroSchemaResult) => AvroSchemaResult; export declare const convertProperties: (schema: any, required?: string[], parent?: string) => any;