import { QueryParamsRequest, QueryParamsResponse } from "./query.js"; import { EndpointOrRpc } from "../../../../../helper-func-types.js"; import "../../../../../index.js"; //#region src/ibc/applications/interchain_accounts/host/v1/query.rpc.func.d.ts /** * Params queries all parameters of the ICA host submodule. * @name getParams * @package ibc.applications.interchain_accounts.host.v1 * @see proto service: ibc.applications.interchain_accounts.host.v1.Params */ declare const getParams: (client: EndpointOrRpc, request: QueryParamsRequest) => Promise; //#endregion export { getParams };