import { QueryParamsRequest, QueryParamsResponse } from "./query"; /** * 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 */ export declare const getParams: (client: import("../../../../../helper-func-types").EndpointOrRpc, request: QueryParamsRequest) => Promise;