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