import { LCDQueryClient } from "../cosmos/auth/v1beta1/query.lcd.js"; import { LCDQueryClient as LCDQueryClient$1 } from "../cosmos/authz/v1beta1/query.lcd.js"; import { LCDQueryClient as LCDQueryClient$2 } from "../cosmos/bank/v1beta1/query.lcd.js"; import { LCDQueryClient as LCDQueryClient$3 } from "../cosmos/base/node/v1beta1/query.lcd.js"; import { LCDQueryClient as LCDQueryClient$4 } from "../cosmos/base/tendermint/v1beta1/query.lcd.js"; import { LCDQueryClient as LCDQueryClient$5 } from "../cosmos/consensus/v1/query.lcd.js"; import { LCDQueryClient as LCDQueryClient$6 } from "../cosmos/distribution/v1beta1/query.lcd.js"; import { LCDQueryClient as LCDQueryClient$7 } from "../cosmos/evidence/v1beta1/query.lcd.js"; import { LCDQueryClient as LCDQueryClient$8 } from "../cosmos/evm/feemarket/v1/query.lcd.js"; import { LCDQueryClient as LCDQueryClient$9 } from "../cosmos/evm/vm/v1/query.lcd.js"; import { LCDQueryClient as LCDQueryClient$10 } from "../cosmos/feegrant/v1beta1/query.lcd.js"; import { LCDQueryClient as LCDQueryClient$11 } from "../cosmos/gov/v1/query.lcd.js"; import { LCDQueryClient as LCDQueryClient$12 } from "../cosmos/gov/v1beta1/query.lcd.js"; import { LCDQueryClient as LCDQueryClient$13 } from "../cosmos/mint/v1beta1/query.lcd.js"; import { LCDQueryClient as LCDQueryClient$14 } from "../cosmos/slashing/v1beta1/query.lcd.js"; import { LCDQueryClient as LCDQueryClient$15 } from "../cosmos/staking/v1beta1/query.lcd.js"; import { LCDQueryClient as LCDQueryClient$16 } from "../cosmos/tx/v1beta1/service.lcd.js"; import { LCDQueryClient as LCDQueryClient$17 } from "../cosmos/upgrade/v1beta1/query.lcd.js"; import { LCDQueryClient as LCDQueryClient$18 } from "../cosmwasm/wasm/v1/query.lcd.js"; import { LCDQueryClient as LCDQueryClient$19 } from "../ibc/applications/interchain_accounts/host/v1/query.lcd.js"; import { LCDQueryClient as LCDQueryClient$20 } from "../ibc/applications/transfer/v1/query.lcd.js"; import { LCDQueryClient as LCDQueryClient$21 } from "../ibc/core/channel/v1/query.lcd.js"; import { LCDQueryClient as LCDQueryClient$22 } from "../ibc/core/channel/v2/query.lcd.js"; import { LCDQueryClient as LCDQueryClient$23 } from "../ibc/core/client/v1/query.lcd.js"; import { LCDQueryClient as LCDQueryClient$24 } from "../ibc/core/client/v2/query.lcd.js"; import { LCDQueryClient as LCDQueryClient$25 } from "../ibc/core/connection/v1/query.lcd.js"; import { LCDQueryClient as LCDQueryClient$26 } from "./burn/v1beta1/query.lcd.js"; import { LCDQueryClient as LCDQueryClient$27 } from "./reward/v1beta1/query.lcd.js"; import { LCDQueryClient as LCDQueryClient$28 } from "./volunteer/v1beta1/query.lcd.js"; //#region src/xpla/lcd.d.ts declare const createLCDClient: ({ restEndpoint }: { restEndpoint: string; }) => Promise<{ cosmos: { auth: { v1beta1: LCDQueryClient; }; authz: { v1beta1: LCDQueryClient$1; }; bank: { v1beta1: LCDQueryClient$2; }; base: { node: { v1beta1: LCDQueryClient$3; }; tendermint: { v1beta1: LCDQueryClient$4; }; }; consensus: { v1: LCDQueryClient$5; }; distribution: { v1beta1: LCDQueryClient$6; }; evidence: { v1beta1: LCDQueryClient$7; }; evm: { feemarket: { v1: LCDQueryClient$8; }; vm: { v1: LCDQueryClient$9; }; }; feegrant: { v1beta1: LCDQueryClient$10; }; gov: { v1: LCDQueryClient$11; v1beta1: LCDQueryClient$12; }; mint: { v1beta1: LCDQueryClient$13; }; slashing: { v1beta1: LCDQueryClient$14; }; staking: { v1beta1: LCDQueryClient$15; }; tx: { v1beta1: LCDQueryClient$16; }; upgrade: { v1beta1: LCDQueryClient$17; }; }; cosmwasm: { wasm: { v1: LCDQueryClient$18; }; }; ibc: { applications: { interchain_accounts: { host: { v1: LCDQueryClient$19; }; }; transfer: { v1: LCDQueryClient$20; }; }; core: { channel: { v1: LCDQueryClient$21; v2: LCDQueryClient$22; }; client: { v1: LCDQueryClient$23; v2: LCDQueryClient$24; }; connection: { v1: LCDQueryClient$25; }; }; }; xpla: { burn: { v1beta1: LCDQueryClient$26; }; reward: { v1beta1: LCDQueryClient$27; }; volunteer: { v1beta1: LCDQueryClient$28; }; }; }>; //#endregion export { createLCDClient };