QueryHistoricalInfoResponse: {
    typeUrl: string;
    decode(input: Uint8Array | BinaryReader, length?: number): QueryHistoricalInfoResponse;
    encode(message: QueryHistoricalInfoResponse, writer?: BinaryWriter): BinaryWriter;
    fromJSON(object: any): QueryHistoricalInfoResponse;
    fromPartial<I>(object: I): QueryHistoricalInfoResponse;
    toJSON(message: QueryHistoricalInfoResponse): unknown;
}