import { schema, Schema } from 'avsc'; import { Convert } from '../types'; export declare const isMapType: (type: Schema) => type is schema.MapType; export declare const convertMapType: Convert;