import type { SkillAuthoringGuidance } from "../guidance/skill-authoring.js"; /** Render the compact execution contract; use JSON for the complete reference. */ export declare function renderSkillGuidePrompt(guidance: SkillAuthoringGuidance): string; export declare function renderSkillGuideJson(guidance: SkillAuthoringGuidance): string;