/** * Skill: swap — Swap tokens via 0x through the Clawncher API proxy. */ import type { SkillDefinition } from '../types.js'; export declare const swapSkill: SkillDefinition; //# sourceMappingURL=swap.d.ts.map