import { MsgUnjail, MsgUpdateParams } from "./tx"; /** * Unjail defines a method for unjailing a jailed validator, thus returning * them into the bonded validator set, so they can begin receiving provisions * and rewards again. * @name useUnjail * @package cosmos.slashing.v1beta1 * @see proto service: cosmos.slashing.v1beta1.Unjail */ export declare const useUnjail: ({ options, clientResolver }: import("../../../react-query").ReactMutationParams, unknown>) => import("@tanstack/react-query").UseMutationResult, unknown>; /** * UpdateParams defines a governance operation for updating the x/slashing module * parameters. The authority defaults to the x/gov module account. * @name useUpdateParams * @package cosmos.slashing.v1beta1 * @see proto service: cosmos.slashing.v1beta1.UpdateParams */ export declare const useUpdateParams: ({ options, clientResolver }: import("../../../react-query").ReactMutationParams, unknown>) => import("@tanstack/react-query").UseMutationResult, unknown>;