import { JsonRpcSigner, TransactionResponse } from 'ethers';
export declare const directErc20Transfer: (signer: JsonRpcSigner, recipient: string, amount: bigint, tokenAddress: string) => Promise<TransactionResponse>;
