export interface UpdateAllResult { updated: string[]; skipped: string[]; errors: string[]; } export declare function updateAllInstalledSkills(options: { local?: boolean; }): Promise; //# sourceMappingURL=update-installed.d.ts.map