export type { SendTXFunction, SendTXOptions } from "../utils/types.js";
/**
 * Hook that provides a function to send transactions using the modern @solana/kit API
 * while maintaining compatibility with the wallet adapter.
 */
export declare const useSendTX: () => import("../utils/types.js").SendTXFunction;
//# sourceMappingURL=use-send-tx.d.ts.map