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