//@ts-nocheck
import * as _225 from "./abci/types";
import * as _226 from "./crypto/keys";
import * as _227 from "./crypto/proof";
import * as _228 from "./libs/bits/types";
import * as _229 from "./p2p/types";
import * as _230 from "./types/block";
import * as _231 from "./types/evidence";
import * as _232 from "./types/params";
import * as _233 from "./types/types";
import * as _234 from "./types/validator";
import * as _235 from "./version/types";
export var tendermint;
(function (tendermint) {
tendermint.abci = {
..._225
};
tendermint.crypto = {
..._226,
..._227
};
let libs;
(function (libs) {
libs.bits = {
..._228
};
})(libs = tendermint.libs || (tendermint.libs = {}));
tendermint.p2p = {
..._229
};
tendermint.types = {
..._230,
..._231,
..._232,
..._233,
..._234
};
tendermint.version = {
..._235
};
})(tendermint || (tendermint = {}));