import { RawAvroSchema } from '../@types';
export declare function readAVSC(path: string): RawAvroSchema;
export declare function readAVSCAsync(path: string): Promise<RawAvroSchema>;
