import { QueryConfigRequest, QueryConfigResponse } from "./query.js"; import { EndpointOrRpc } from "../../../helper-func-types.js"; //#region src/cosmos/app/v1alpha1/query.rpc.func.d.ts /** * Config returns the current app config. * @name getConfig * @package cosmos.app.v1alpha1 * @see proto service: cosmos.app.v1alpha1.Config * @deprecated */ declare const getConfig: (client: EndpointOrRpc, request: QueryConfigRequest) => Promise; //#endregion export { getConfig };