import type { Skill } from "./Skill.js"; export declare function formatSkillInvocation(skill: Skill, body: string, args: string): string;