import { type InstallScope } from './agents.js'; export declare function refreshImprovementSkillDescription(options: { agent: string; scope: InstallScope; }): Promise; export declare function improvementDescription(skillNames: string[]): string;