/** * Skill: transfer — Send ETH or ERC-20 tokens to an address. * Uses viem's built-in erc20Abi and SDK's ClawnchSwapper for reads. */ import type { SkillDefinition } from '../types.js'; export declare const transferSkill: SkillDefinition; //# sourceMappingURL=transfer.d.ts.map