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