/** * agenthood remove * * The inverse of `install`: deletes an installed skill directory and its * skills-lock.json entry. Members are refused — they belong to deactivate/eject. */ import type { CommandDescriptor } from './types.ts'; export declare const command: CommandDescriptor; export declare function remove(args: string[]): Promise; //# sourceMappingURL=remove.d.ts.map