import * as thrift from "thrift"; export interface IMapTypeArgs { } export declare class MapType { constructor(); write(output: thrift.TProtocol): void; static read(input: thrift.TProtocol): MapType; }