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