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