import type { UpdateOptions } from '../../lib/skills/types.js'; export declare function updateSkill(agentName: string, options: UpdateOptions): Promise; //# sourceMappingURL=update.d.ts.map