import { SeiAgentKit } from "../../index";
import { Address } from "viem";
/**
 * Transfer SEI tokens or ERC-20 tokens
 * @param agent SeiAgentKit instance
 * @param amount Amount to transfer as a string (e.g., "1.5" for 1.5 tokens)
 * @param recipient Recipient address
 * @param ticker Optional token ticker (if not provided, transfers native SEI)
 * @returns Promise with transaction result
 */
export declare function erc20_transfer(agent: SeiAgentKit, amount: string, recipient: Address, ticker?: string): Promise<string>;
//# sourceMappingURL=transfer.d.ts.map