export declare function buildSkillBriefing(input: { name: string; body: string; resources: readonly string[]; }): string;