import { RawTransaction } from "./types.js"; export declare function buildTransferRawTx(params: { tokenAddress: `0x${string}`; recipient: `0x${string}`; amount: bigint; }): RawTransaction;