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