export declare const getDirectErc20TransferTxData: (recipient: string, amount: bigint) => Promise<string>;
