import { type Skill } from "@earendil-works/pi-coding-agent"; export declare const restoreSkillsForFullCodePrompt: (systemPrompt: string, skills: readonly Skill[]) => string; //# sourceMappingURL=skill-prompt.d.ts.map