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