import { ApproveTxParams, RawTransaction } from "./types.js"; export declare function buildApproveRawTx(params: ApproveTxParams): RawTransaction;