export import avro = require("etp-avro"); export declare class SchemaCache extends avro.SchemaCache { constructor(types?: any); find(protocol: number, messageType: number): avro.Schema; createProtocolMap(): void; }