import { MsgUpdateParams } from "./tx"; /** * UpdateParams defines a governance operation for updating the x/mint module * parameters. The authority is defaults to the x/gov module account. * @name updateParams * @package cosmos.mint.v1beta1 * @see proto service: cosmos.mint.v1beta1.UpdateParams */ export declare const updateParams: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgUpdateParams | MsgUpdateParams[], fee: import("../../..").StdFee | "auto", memo: string) => Promise;