/** * Skill: check_stats — Check token analytics and market data. */ import type { SkillDefinition } from '../types.js'; export declare const checkStatsSkill: SkillDefinition; //# sourceMappingURL=check-stats.d.ts.map