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 useUpdateParams * @package cosmos.mint.v1beta1 * @see proto service: cosmos.mint.v1beta1.UpdateParams */ export declare const useUpdateParams: ({ options, clientResolver }: import("../../../react-query").ReactMutationParams, unknown>) => import("@tanstack/react-query").UseMutationResult, unknown>;