import type { LoadedSkill } from "./types";
export declare function extractSkillTemplate(skill: LoadedSkill): string;
