export default function useBuildSwapTx(params: { fromChainid: number; toChainid: number; fromAddress: string; toAddress: string; amount: string; slippage: number; fromWalletAddress: string; toWalletAddress: string; }, options?: { refetchInterval?: boolean; }): import("@tanstack/query-core/build/legacy/hydration-zFr_7WN8").at;