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