/** SKILL.md content. Body renders {@link agentInstructions} so the CLI, the MCP * handshake and this file can never drift apart. */ export declare function renderSkillMarkdown(): string; export declare const skillFrontmatter: { name: string; description: string; }; //# sourceMappingURL=skill.d.ts.map