import { MsgSend } from "./tx"; /** * Send defines a method to send a nft from one account to another account. * @name useSend * @package cosmos.nft.v1beta1 * @see proto service: cosmos.nft.v1beta1.Send */ export declare const useSend: ({ options, clientResolver }: import("../../../react-query").ReactMutationParams, unknown>) => import("@tanstack/react-query").UseMutationResult, unknown>;