import { MsgSend, MsgMultiSend, MsgUpdateParams, MsgSetSendEnabled } from "./tx"; /** * Send defines a method for sending coins from one account to another account. * @name useSend * @package cosmos.bank.v1beta1 * @see proto service: cosmos.bank.v1beta1.Send */ export declare const useSend: ({ options, clientResolver }: import("../../../react-query").ReactMutationParams, unknown>) => import("@tanstack/react-query").UseMutationResult, unknown>; /** * MultiSend defines a method for sending coins from some accounts to other accounts. * @name useMultiSend * @package cosmos.bank.v1beta1 * @see proto service: cosmos.bank.v1beta1.MultiSend */ export declare const useMultiSend: ({ options, clientResolver }: import("../../../react-query").ReactMutationParams, unknown>) => import("@tanstack/react-query").UseMutationResult, unknown>; /** * UpdateParams defines a governance operation for updating the x/bank module parameters. * The authority is defined in the keeper. * @name useUpdateParams * @package cosmos.bank.v1beta1 * @see proto service: cosmos.bank.v1beta1.UpdateParams */ export declare const useUpdateParams: ({ options, clientResolver }: import("../../../react-query").ReactMutationParams, unknown>) => import("@tanstack/react-query").UseMutationResult, unknown>; /** * SetSendEnabled is a governance operation for setting the SendEnabled flag * on any number of Denoms. Only the entries to add or update should be * included. Entries that already exist in the store, but that aren't * included in this message, will be left unchanged. * @name useSetSendEnabled * @package cosmos.bank.v1beta1 * @see proto service: cosmos.bank.v1beta1.SetSendEnabled */ export declare const useSetSendEnabled: ({ options, clientResolver }: import("../../../react-query").ReactMutationParams, unknown>) => import("@tanstack/react-query").UseMutationResult, unknown>;