import type { SkillMetadata } from './types.js'; /** * Build a skill catalog string suitable for appending to the system prompt. * Returns an empty string when no skills are available. */ export declare function buildSkillCatalog(metadata: SkillMetadata[]): string;