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