/** * agenthood deactivate * * The Envoy — removes a member's skill file from the project's active skills directory. */ import type { CommandDescriptor } from './types.ts'; export declare const command: CommandDescriptor; export declare function deactivate(member?: string): Promise; //# sourceMappingURL=deactivate.d.ts.map