export * from "@kaiachain/js-ext-core";

export {
  KlaytnWeb3,
  KlaytnWeb3 as Web3,
  KlaytnWeb3 as KaiaWeb3,
} from "./web3.js";
export * from "./types.js";
export {
  KlaytnWeb3Account,
  KlaytnWeb3Account as KaiaWeb3Account,
  KlaytnWeb3EthInterface,
  KlaytnWeb3EthInterface as KaiaWeb3EthInterface,
  KaiaWeb3GaslessInterface,
} from "./types.js";
