import { A2A_AGENT_SKILL_TOKEN } from '../constant';
import { AgentSkill } from '../interfaces/a2a.types';
export declare const Skill: (config: AgentSkill) => import("@nestjs/common").CustomDecorator<typeof A2A_AGENT_SKILL_TOKEN>;
