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